未验证 提交 0c7111e3 编写于 作者: D Darcy 提交者: GitHub

Merge pull request #7668 from putcn/develop

doc update with #7667
......@@ -103,7 +103,7 @@ t.transpile(optimize_ops, params_grads, pservers=pserver_endpoints, trainers=2)
# in pserver, run this
exe.run(fluid.default_startup_program())
#current_endpoint here means current pserver IP:PORT you wish to run on
exe.run(t.get_pserver_program(current_endpoint, optimize_ops))
exe.run(t.get_pserver_program(current_endpoint))
# in trainer, run this
... # define data reader
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册