From 6baef80e2348439b81790bc5e131be2015781beb Mon Sep 17 00:00:00 2001 From: WeiyueSu Date: Fri, 21 Jun 2019 18:31:23 +0800 Subject: [PATCH] fix example --- examples/node2vec/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/node2vec/README.md b/examples/node2vec/README.md index f2305f0..4339c40 100644 --- a/examples/node2vec/README.md +++ b/examples/node2vec/README.md @@ -16,8 +16,7 @@ python node2vec.py --use_cuda --dataset BlogCatalog --save_path ./tmp/node2vec_B python multi_class.py --use_cuda --ckpt_path ./tmp/node2vec_BlogCatalog/paddle_model --epoch 1000 # link prediction task example -python node2vec.py --use_cuda --dataset ArXiv --save_path -./tmp/node2vec_ArXiv --offline_learning --epoch 10 +python node2vec.py --use_cuda --dataset ArXiv --save_path ./tmp/node2vec_ArXiv --offline_learning --epoch 400 python link_predict.py --use_cuda --ckpt_path ./tmp/node2vec_ArXiv/paddle_model --epoch 400 ``` -- GitLab