diff --git a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs256_1p.sh b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs256_1p.sh index c85da6f0395b2bdaeec86e60b6332e765d053766..cb0a185e44a060ae081c63d61fe6acb5d8b9d437 100644 --- a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs256_1p.sh +++ b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs256_1p.sh @@ -188,7 +188,7 @@ if [[ ${fp32} == "--fp32" ]];then elif [[ ${hf32} == "--hf32" ]];then CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'hf32'_'perf' elif [[ ${ffts} == "--ffts" ]];then - if [[ $docker_enable == "basic" ]];then + if [[ $docker_enable == "basic" ]];then CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'basic'_'docker'_'overflow'_'perf'_'ffts' else CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf'_'ffts' diff --git a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs256_1p_dump.sh b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs256_1p_dump.sh index 90233d8a37782235481bf4f5bbfcb7b6f25d282b..87183d0c6a4629dc42285d7e1ac72baa9f559a9f 100644 --- a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs256_1p_dump.sh +++ b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs256_1p_dump.sh @@ -188,7 +188,7 @@ if [[ ${fp32} == "--fp32" ]];then elif [[ ${hf32} == "--hf32" ]];then CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'hf32'_'perf' elif [[ ${ffts} == "--ffts" ]];then - if [[ $docker_enable == "basic" ]];then + if [[ $docker_enable == "basic" ]];then CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'basic'_'docker'_'dump'_'perf'_'ffts' else CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf'_'ffts'