We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bfc8e commit d727d3dCopy full SHA for d727d3d
docs/tutorials/elasticdl_local.md
@@ -165,6 +165,7 @@ elasticdl train \
165
--job_name=test-mnist \
166
--image_pull_policy=Never \
167
--volume="host_path=/data,mount_path=/data" \
168
+ --need_elasticdl_job_service=true \
169
--distribution_strategy=ParameterServerStrategy
170
```
171
@@ -236,6 +237,7 @@ elasticdl train \
236
237
--job_name=test-mnist-allreduce \
238
239
240
241
--distribution_strategy=AllreduceStrategy
242
243
0 commit comments