Hi, I have some questions about https://github.com/PaddlePaddle/Perf/blob/master/Word2Vec/readme.md
- The command to run on single machine should be
python -u ../../../../tools/static_ps_trainer.py -m benchmark.yaml right. Currently it is ../../../
- After I run the command above, the training starts, but single machine seems need long time to finish, where could I set iterations? Or I must wait at least one epoch to finish.
Thank you very much!
@MrChengmo
@luotao1