Skip to content

Commit

Permalink
Update example README.md for fix the command error (#2409)
Browse files Browse the repository at this point in the history
  • Loading branch information
XumingGai authored Sep 25, 2023
1 parent e3c565c commit d1d9686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/train_resnet50_with_autoshard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export PYTHONPATH=$PYTHONPATH:/path/to/tf-models:$PWD
```bash
export TF_NUM_INTEROP_THREADS=<number of physical core per socket>
export TF_NUM_INTRAOP_THREADS=<number of physical core per socket>
export BS = 256
export BS=256
python resnet_ctl_imagenet_main.py \
--num_gpus=1 \
--batch_size=$BS \
Expand Down

0 comments on commit d1d9686

Please sign in to comment.