Skip to content

Commit ceb636d

Browse files
authored
Fix the docstring to submit a pytorch example (#2517)
1 parent 73c5c35 commit ceb636d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model_zoo/mnist/mnist_pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
elasticdl train \
2121
--image_name=elasticdl:pt_mnist_allreduce \
22-
--job_command="python -m model_zoo.mnist.mnist_pytorch_custom_dataset \
22+
--job_command="python -m model_zoo.mnist.mnist_pytorch \
2323
--training_data=/local_data/mnist_png/training \
2424
--validation_data=/local_data/mnist_png/testing" \
2525
--num_minibatches_per_task=2 \

0 commit comments

Comments
 (0)