From ff699f9b17bb52fda3f79f78e9ac352fc9c8f84a Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 19 Jan 2018 01:36:40 +0000 Subject: [PATCH] Deploy to GitHub Pages: 0c7111e300cc0a33f08b1e229c489b27721f8414 --- .../_sources/howto/usage/cluster/fluid_cluster_train_en.md.txt | 2 +- develop/doc/howto/usage/cluster/fluid_cluster_train_en.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/develop/doc/_sources/howto/usage/cluster/fluid_cluster_train_en.md.txt b/develop/doc/_sources/howto/usage/cluster/fluid_cluster_train_en.md.txt index 419eac51aa..09f7f0e70b 100644 --- a/develop/doc/_sources/howto/usage/cluster/fluid_cluster_train_en.md.txt +++ b/develop/doc/_sources/howto/usage/cluster/fluid_cluster_train_en.md.txt @@ -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 diff --git a/develop/doc/howto/usage/cluster/fluid_cluster_train_en.html b/develop/doc/howto/usage/cluster/fluid_cluster_train_en.html index 1b15aa157b..2fec435796 100644 --- a/develop/doc/howto/usage/cluster/fluid_cluster_train_en.html +++ b/develop/doc/howto/usage/cluster/fluid_cluster_train_en.html @@ -301,7 +301,7 @@ # 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 -- GitLab