From d1d9686fe8916bffd43922f5a88921ee80d19072 Mon Sep 17 00:00:00 2001 From: XumingGai <108659240+XumingGai@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:17:21 +0800 Subject: [PATCH] Update example README.md for fix the command error (#2409) --- examples/train_resnet50_with_autoshard/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/train_resnet50_with_autoshard/README.md b/examples/train_resnet50_with_autoshard/README.md index cdcb8c2d8..ed5ceef2f 100644 --- a/examples/train_resnet50_with_autoshard/README.md +++ b/examples/train_resnet50_with_autoshard/README.md @@ -50,7 +50,7 @@ export PYTHONPATH=$PYTHONPATH:/path/to/tf-models:$PWD ```bash export TF_NUM_INTEROP_THREADS= export TF_NUM_INTRAOP_THREADS= -export BS = 256 +export BS=256 python resnet_ctl_imagenet_main.py \ --num_gpus=1 \ --batch_size=$BS \