Skip to content

Commit 0c7111e

Browse files
authored
Merge pull request #7668 from putcn/develop
doc update with #7667
2 parents 7e4cbfe + 0adbc59 commit 0c7111e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/howto/usage/cluster/fluid_cluster_train_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ t.transpile(optimize_ops, params_grads, pservers=pserver_endpoints, trainers=2)
103103
# in pserver, run this
104104
exe.run(fluid.default_startup_program())
105105
#current_endpoint here means current pserver IP:PORT you wish to run on
106-
exe.run(t.get_pserver_program(current_endpoint, optimize_ops))
106+
exe.run(t.get_pserver_program(current_endpoint))
107107

108108
# in trainer, run this
109109
... # define data reader

0 commit comments

Comments
 (0)