From 17b8598b94b43726d485958c062df2dac8a80c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=87=E8=BD=A9?= <10359565+zhang-wenxuan09@user.noreply.gitee.com> Date: Mon, 29 Aug 2022 02:19:21 +0000 Subject: [PATCH 1/4] update mage_classification/MNIST_ID2481_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: 张文轩 <10359565+zhang-wenxuan09@user.noreply.gitee.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/MNIST_ID2481_for_TensorFlow2.X/test/train_performance_1p_dynamic_eval.sh b/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/test/train_performance_1p_dynamic_eval.sh index f900f54bf..dbac84804 100644 --- a/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/test/train_performance_1p_dynamic_eval.sh +++ b/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/test/train_performance_1p_dynamic_eval.sh @@ -148,7 +148,7 @@ echo "Network = ${Network}" > $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName echo "RankSize = ${RANK_SIZE}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "BatchSize = ${BatchSize}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "DeviceType = ${DeviceType}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log -echo "CaseName = ${CaseName}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log +echo "CaseName = ${CaseName}_dynamic" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "ActualFPS = ${ActualFPS}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "TrainingTime = ${TrainingTime}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "TrainAccuracy = ${train_accuracy}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log -- Gitee From 3e04ca3bc231377bd49b33f56a52d03ba92d9d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=87=E8=BD=A9?= <10359565+zhang-wenxuan09@user.noreply.gitee.com> Date: Mon, 29 Aug 2022 02:20:12 +0000 Subject: [PATCH 2/4] update MNIST_ID2481_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: 张文轩 <10359565+zhang-wenxuan09@user.noreply.gitee.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/MNIST_ID2481_for_TensorFlow2.X/test/train_performance_1p_static_eval.sh b/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/test/train_performance_1p_static_eval.sh index 910c4c1c1..f313fa37b 100644 --- a/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/test/train_performance_1p_static_eval.sh +++ b/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/test/train_performance_1p_static_eval.sh @@ -147,7 +147,7 @@ echo "Network = ${Network}" > $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName echo "RankSize = ${RANK_SIZE}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "BatchSize = ${BatchSize}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "DeviceType = ${DeviceType}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log -echo "CaseName = ${CaseName}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log +echo "CaseName = ${CaseName}_static" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "ActualFPS = ${ActualFPS}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "TrainingTime = ${TrainingTime}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "TrainAccuracy = ${train_accuracy}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log -- Gitee From e009ffa0ef25985ead13b381ef4a6200580d977b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=87=E8=BD=A9?= <10359565+zhang-wenxuan09@user.noreply.gitee.com> Date: Mon, 29 Aug 2022 02:20:49 +0000 Subject: [PATCH 3/4] update mage_classification/MNIST_ID2481_for_TensorFlow2.X/test/train_performance_8p_static_eval.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张文轩 <10359565+zhang-wenxuan09@user.noreply.gitee.com> --- .../test/train_performance_8p_static_eval.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/test/train_performance_8p_static_eval.sh b/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/test/train_performance_8p_static_eval.sh index 74bf81ef0..9b8a1fd40 100644 --- a/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/test/train_performance_8p_static_eval.sh +++ b/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/test/train_performance_8p_static_eval.sh @@ -163,7 +163,7 @@ echo "Network = ${Network}" > $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName echo "RankSize = ${RANK_SIZE}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "BatchSize = ${BatchSize}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "DeviceType = ${DeviceType}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log -echo "CaseName = ${CaseName}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log +echo "CaseName = ${CaseName}_static" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "ActualFPS = ${ActualFPS}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "TrainingTime = ${TrainingTime}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "TrainAccuracy = ${train_accuracy}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log -- Gitee From d79c52128481a053c0bcd3be843b44bfe662b671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=87=E8=BD=A9?= <10359565+zhang-wenxuan09@user.noreply.gitee.com> Date: Mon, 29 Aug 2022 02:21:53 +0000 Subject: [PATCH 4/4] update /MNIST_ID2481_for_TensorFlow2.X/test/train_performance_16p_static_eval.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张文轩 <10359565+zhang-wenxuan09@user.noreply.gitee.com> --- .../test/train_performance_16p_static_eval.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/test/train_performance_16p_static_eval.sh b/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/test/train_performance_16p_static_eval.sh index 5ce861642..da96dafe4 100644 --- a/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/test/train_performance_16p_static_eval.sh +++ b/TensorFlow2/built-in/cv/image_classification/MNIST_ID2481_for_TensorFlow2.X/test/train_performance_16p_static_eval.sh @@ -184,7 +184,7 @@ echo "Network = ${Network}" > $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName echo "RankSize = ${RANK_SIZE}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "BatchSize = ${BatchSize}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "DeviceType = ${DeviceType}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log -echo "CaseName = ${CaseName}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log +echo "CaseName = ${CaseName}_static" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "ActualFPS = ${ActualFPS}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "TrainingTime = ${TrainingTime}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "TrainAccuracy = ${train_accuracy}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log -- Gitee