We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a74bd7 commit 5abcdc3Copy full SHA for 5abcdc3
docs/tutorials/elasticdl_torch.md
@@ -116,7 +116,7 @@ The following command submits a training job:
116
```bash
117
elasticdl train \
118
--image_name=elasticdl/elasticdl:v1.0.0 \
119
- --worker_image=elasticdl:mnsit_pytorch \
+ --worker_image=elasticdl:mnist_pytorch \
120
--job_command="python -m model_zoo.mnist.mnist_pytorch --batch_size 64 --num_epochs 1 --training_data=/data/mnist_png/training --validation_data=/data/mnist_png/testing" \
121
--num_minibatches_per_task=2 \
122
--num_workers=2 \
0 commit comments