From 7917f5d2d13b57e6cf04280c5e5d59ba588d04ad Mon Sep 17 00:00:00 2001 From: limingxing517vim Date: Tue, 16 May 2023 13:56:07 +0800 Subject: [PATCH] update --- .../test/train_performance_bs256_8p.sh | 6 +++--- .../test/train_performance_bs256_hw192_1p.sh | 6 +++--- .../test/train_performance_bs32_8p.sh | 6 +++--- .../test/train_performance_distribute.sh | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs256_8p.sh b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs256_8p.sh index 6e66cc22b..6313fa910 100644 --- a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs256_8p.sh +++ b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs256_8p.sh @@ -197,11 +197,11 @@ echo "E2E Training Duration sec : $e2e_time" BatchSize=${batch_size} DeviceType=`uname -m` if [[ ${fp32} == "--fp32" ]];then - CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'fp32'_'perf' + CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZES}'p'_'fp32'_'perf' elif [[ ${hf32} == "--hf32" ]];then - CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'hf32'_'perf' + CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZES}'p'_'hf32'_'perf' else - CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' + CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZES}'p'_'perf' fi ##获取性能数据 #吞吐量,不需要修改 diff --git a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs256_hw192_1p.sh b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs256_hw192_1p.sh index d42172536..9e7e853f7 100644 --- a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs256_hw192_1p.sh +++ b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs256_hw192_1p.sh @@ -163,11 +163,11 @@ echo "E2E Training Duration sec : $e2e_time" BatchSize=${batch_size} DeviceType=`uname -m` if [[ ${fp32} == "--fp32" ]];then - CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZES}'p_hw192'_'fp32'_'perf' + CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p_hw192'_'fp32'_'perf' elif [[ ${hf32} == "--hf32" ]];then - CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZES}'p_hw192'_'hf32'_'perf' + CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p_hw192'_'hf32'_'perf' else - CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZES}'p_hw192'_'perf' + CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p_hw192'_'perf' fi ##获取性能数据 #吞吐量,不需要修改 diff --git a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs32_8p.sh b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs32_8p.sh index f25387cb6..6724d5563 100644 --- a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs32_8p.sh +++ b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_bs32_8p.sh @@ -199,11 +199,11 @@ echo "E2E Training Duration sec : $e2e_time" BatchSize=${batch_size} DeviceType=`uname -m` if [[ ${fp32} == "--fp32" ]];then - CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'fp32'_'perf' + CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZES}'p'_'fp32'_'perf' elif [[ ${hf32} == "--hf32" ]];then - CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'hf32'_'perf' + CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZES}'p'_'hf32'_'perf' else - CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' + CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZES}'p'_'perf' fi ##获取性能数据 #吞吐量,不需要修改 diff --git a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_distribute.sh b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_distribute.sh index 70a5c5812..db77d1b03 100644 --- a/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_distribute.sh +++ b/TensorFlow/built-in/cv/image_classification/ResNet50_ID0058_for_TensorFlow/test/train_performance_distribute.sh @@ -176,7 +176,7 @@ echo "E2E Training Duration sec : $e2e_time" BatchSize=${batch_size} DeviceType=`uname -m` if [[ ${fp32} == "--fp32" ]];then - CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'fp32'_'fp32'_'perf' + CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZE}'p_hw192'_'fp32'_'perf' elif [[ ${hf32} == "--hf32" ]];then CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZE}'p_hw192'_'hf32'_'perf' else -- Gitee