diff --git a/PyTorch/contrib/cv/classification/InceptionV3_ID1596_for_PyTorch/test/train_full_8p.sh b/PyTorch/contrib/cv/classification/InceptionV3_ID1596_for_PyTorch/test/train_full_8p.sh index 00fd318951c67d49a3a17fd21c574cbb357d5c1d..558182414f65867a38fb972135fc4c0304d04e77 100644 --- a/PyTorch/contrib/cv/classification/InceptionV3_ID1596_for_PyTorch/test/train_full_8p.sh +++ b/PyTorch/contrib/cv/classification/InceptionV3_ID1596_for_PyTorch/test/train_full_8p.sh @@ -106,7 +106,7 @@ do --data ${data_path} \ --addr=$(hostname -I |awk '{print $1}') \ --seed=49 \ - --cs True \ + --data_shuffle True \ --workers=128 \ --learning-rate=${learning_rate} \ --mom=0.9 \