Skip to content

Commit 6baef80

Browse files
committed
fix example
1 parent a39d57f commit 6baef80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/node2vec/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ python node2vec.py --use_cuda --dataset BlogCatalog --save_path ./tmp/node2vec_B
1616
python multi_class.py --use_cuda --ckpt_path ./tmp/node2vec_BlogCatalog/paddle_model --epoch 1000
1717

1818
# link prediction task example
19-
python node2vec.py --use_cuda --dataset ArXiv --save_path
20-
./tmp/node2vec_ArXiv --offline_learning --epoch 10
19+
python node2vec.py --use_cuda --dataset ArXiv --save_path ./tmp/node2vec_ArXiv --offline_learning --epoch 400
2120

2221
python link_predict.py --use_cuda --ckpt_path ./tmp/node2vec_ArXiv/paddle_model --epoch 400
2322
```

0 commit comments

Comments
 (0)