Skip to content

Commit 5abcdc3

Browse files
authored
Fix a spelling error (#2532)
1 parent 5a74bd7 commit 5abcdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/elasticdl_torch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The following command submits a training job:
116116
```bash
117117
elasticdl train \
118118
--image_name=elasticdl/elasticdl:v1.0.0 \
119-
--worker_image=elasticdl:mnsit_pytorch \
119+
--worker_image=elasticdl:mnist_pytorch \
120120
--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" \
121121
--num_minibatches_per_task=2 \
122122
--num_workers=2 \

0 commit comments

Comments
 (0)