From 154a3ee4182976bc81a014430eb056022ba7f9e5 Mon Sep 17 00:00:00 2001 From: tongxinlong <2923652651@qq.com> Date: Wed, 8 Jun 2022 03:35:56 +0000 Subject: [PATCH 1/2] update T --- .../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 cc439b817..74bf81ef0 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 @@ -145,7 +145,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 From a2a022962bcdf65aedf5ca5e00ec560f603bee32 Mon Sep 17 00:00:00 2001 From: tongxinlong <2923652651@qq.com> Date: Wed, 8 Jun 2022 03:47:42 +0000 Subject: [PATCH 2/2] update Te --- .../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 9f058da59..b887051f8 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 @@ -166,7 +166,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