From ffe6494973bdf78c8abb423c63c1cb4d3e578d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=9B=BD=E5=BA=86?= <3224925783@qq.com> Date: Fri, 13 Jan 2023 01:08:56 +0000 Subject: [PATCH 1/2] update cutmix_ID2502_for_TensorFlow2.X/test/train_performance_1p_dynamic_eval.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王国庆 <3224925783@qq.com> --- .../test/train_performance_1p_dynamic_eval.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow2/built-in/cv/image_classification/cutmix_ID2502_for_TensorFlow2.X/test/train_performance_1p_dynamic_eval.sh b/TensorFlow2/built-in/cv/image_classification/cutmix_ID2502_for_TensorFlow2.X/test/train_performance_1p_dynamic_eval.sh index bad82c2b5..8a60bc93a 100644 --- a/TensorFlow2/built-in/cv/image_classification/cutmix_ID2502_for_TensorFlow2.X/test/train_performance_1p_dynamic_eval.sh +++ b/TensorFlow2/built-in/cv/image_classification/cutmix_ID2502_for_TensorFlow2.X/test/train_performance_1p_dynamic_eval.sh @@ -137,7 +137,7 @@ echo "Final Train Accuracy : ${train_accuracy}" #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_dynamic_eval_'perf' ##获取性能数据,不需要修改 #吞吐量 -- Gitee From b9c13aed1fb33f3d71494b5a6064461defdf4f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=9B=BD=E5=BA=86?= <3224925783@qq.com> Date: Fri, 13 Jan 2023 01:09:30 +0000 Subject: [PATCH 2/2] update cutmix_ID2502_for_TensorFlow2.X/test/train_performance_1p_static_eval.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王国庆 <3224925783@qq.com> --- .../test/train_performance_1p_static_eval.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow2/built-in/cv/image_classification/cutmix_ID2502_for_TensorFlow2.X/test/train_performance_1p_static_eval.sh b/TensorFlow2/built-in/cv/image_classification/cutmix_ID2502_for_TensorFlow2.X/test/train_performance_1p_static_eval.sh index 10c8691d4..c76592071 100644 --- a/TensorFlow2/built-in/cv/image_classification/cutmix_ID2502_for_TensorFlow2.X/test/train_performance_1p_static_eval.sh +++ b/TensorFlow2/built-in/cv/image_classification/cutmix_ID2502_for_TensorFlow2.X/test/train_performance_1p_static_eval.sh @@ -137,7 +137,7 @@ echo "Final Train Accuracy : ${train_accuracy}" #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_static_eval_'perf' ##获取性能数据,不需要修改 #吞吐量 -- Gitee