Skip to content

Commit 0adbc59

Browse files
committed
doc update with PR 7667
1 parent f6dfccb commit 0adbc59

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)