From cabdd2c99c64f069a15afdb5dcba127efc6da636 Mon Sep 17 00:00:00 2001 From: huangju1993 Date: Tue, 23 Jul 2024 09:08:41 +0000 Subject: [PATCH 1/2] built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs256_1p.sh. Signed-off-by: huangju1993 --- .../test/train_performance_bs256_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c85da6f03..cb0a185e4 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' -- Gitee From a52de921d2fe7342e341169d611e3879e9780dd9 Mon Sep 17 00:00:00 2001 From: huangju1993 Date: Tue, 23 Jul 2024 09:10:00 +0000 Subject: [PATCH 2/2] cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs256_1p_dump.sh. Signed-off-by: huangju1993 --- .../test/train_performance_bs256_1p_dump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 90233d8a3..87183d0c6 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' -- Gitee