We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fd5aed + 060d7e4 commit 7cfe354Copy full SHA for 7cfe354
models/recall/word2vec/README.md
@@ -242,7 +242,7 @@ python -m paddlerec.run -m /home/your/dir/config.yaml #调试模式 直接指定
242
243
2. 使用自定义预测程序预测全量测试集:
244
```
245
-python infer.py --test_dir ./data/all_test --dict_path ./data/all_dict/word_id_dict.txt --batch_size 20000 --model_dir ./increment_w2v/ --start_index 0 --last_index 5 --emb_size 300
+python infer.py --test_dir ./data/all_test --dict_path ./data/all_dict/word_id_dict.txt --batch_size 10000 --model_dir ./increment_w2v/ --start_index 0 --last_index 4 --emb_size 300
246
247
248
结论:使用cpu训练5轮,自定义预测准确率为0.540,每轮训练时间7小时左右。
0 commit comments