From f4eeca441ad94d0427d587ffd5f322025f11657b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=9B=BD=E5=BA=86?= <3224925783@qq.com> Date: Mon, 14 Nov 2022 01:38:33 +0000 Subject: [PATCH 1/7] update TensorFlow/built-in/recommendation/DeepFM_ID0030_for_TensorFlow/test/train_full_8p.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王国庆 <3224925783@qq.com> --- .../DeepFM_ID0030_for_TensorFlow/test/train_full_8p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/built-in/recommendation/DeepFM_ID0030_for_TensorFlow/test/train_full_8p.sh b/TensorFlow/built-in/recommendation/DeepFM_ID0030_for_TensorFlow/test/train_full_8p.sh index 07da24265..b7445943f 100644 --- a/TensorFlow/built-in/recommendation/DeepFM_ID0030_for_TensorFlow/test/train_full_8p.sh +++ b/TensorFlow/built-in/recommendation/DeepFM_ID0030_for_TensorFlow/test/train_full_8p.sh @@ -134,7 +134,7 @@ echo "E2E training Duration sec: $e2e_time" #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZE}'p'_'acc' TrainAccuracy=`grep "eval auc:" $cur_path/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log | awk 'END {print $8}'` #打印,不需要修改 -- Gitee From 8eb6c121a049b8f01dfeb9c83ba8b6cf943e8224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=9B=BD=E5=BA=86?= <3224925783@qq.com> Date: Mon, 14 Nov 2022 01:39:06 +0000 Subject: [PATCH 2/7] update TensorFlow/contrib/cv/LMTCNN_ID1278_for_TensorFlow/test/train_full_1p.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王国庆 <3224925783@qq.com> --- .../cv/LMTCNN_ID1278_for_TensorFlow/test/train_full_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/contrib/cv/LMTCNN_ID1278_for_TensorFlow/test/train_full_1p.sh b/TensorFlow/contrib/cv/LMTCNN_ID1278_for_TensorFlow/test/train_full_1p.sh index 1e056c4cf..8b967b9bc 100644 --- a/TensorFlow/contrib/cv/LMTCNN_ID1278_for_TensorFlow/test/train_full_1p.sh +++ b/TensorFlow/contrib/cv/LMTCNN_ID1278_for_TensorFlow/test/train_full_1p.sh @@ -153,7 +153,7 @@ TrainingTime=`grep "sec/batch" $cur_path/test/output/${ASCEND_DEVICE_ID}/train_ #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'acc' train_acc=`grep "Gender" ${cur_path}test/output/${ASCEND_DEVICE_ID}/test_${ASCEND_DEVICE_ID}.log |awk '{print $9}'` -- Gitee From 0db32dcd929337a03e463ee925c81119300f14d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=9B=BD=E5=BA=86?= <3224925783@qq.com> Date: Mon, 14 Nov 2022 01:39:46 +0000 Subject: [PATCH 3/7] update DenseNet161_ID1579_for_TensorFlow/test/train_full_8p.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王国庆 <3224925783@qq.com> --- .../DenseNet161_ID1579_for_TensorFlow/test/train_full_8p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/built-in/cv/image_classification/DenseNet161_ID1579_for_TensorFlow/test/train_full_8p.sh b/TensorFlow/built-in/cv/image_classification/DenseNet161_ID1579_for_TensorFlow/test/train_full_8p.sh index 6279c722d..969a371f4 100644 --- a/TensorFlow/built-in/cv/image_classification/DenseNet161_ID1579_for_TensorFlow/test/train_full_8p.sh +++ b/TensorFlow/built-in/cv/image_classification/DenseNet161_ID1579_for_TensorFlow/test/train_full_8p.sh @@ -160,7 +160,7 @@ echo "E2E Training Duration sec : $e2e_time" #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZE}'p'_'acc' ##获取性能数据,不需要修改 #吞吐量 -- Gitee From 4e75e33b94ed7e0de20d458d0448d0e227241164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=9B=BD=E5=BA=86?= <3224925783@qq.com> Date: Mon, 14 Nov 2022 01:40:37 +0000 Subject: [PATCH 4/7] update TensorFlow/contrib/cv/xception/Xception_ID0178_for_TensorFlow/test/train_full_1p.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王国庆 <3224925783@qq.com> --- .../Xception_ID0178_for_TensorFlow/test/train_full_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/contrib/cv/xception/Xception_ID0178_for_TensorFlow/test/train_full_1p.sh b/TensorFlow/contrib/cv/xception/Xception_ID0178_for_TensorFlow/test/train_full_1p.sh index 7b38cbc1b..1f3d11726 100644 --- a/TensorFlow/contrib/cv/xception/Xception_ID0178_for_TensorFlow/test/train_full_1p.sh +++ b/TensorFlow/contrib/cv/xception/Xception_ID0178_for_TensorFlow/test/train_full_1p.sh @@ -156,7 +156,7 @@ echo "E2E Training Duration sec : $e2e_time" #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'acc' ##获取性能数据,不需要修改 #吞吐量 -- Gitee From bbbc983318560c2ed82299e378253eeefe3e130a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=9B=BD=E5=BA=86?= <3224925783@qq.com> Date: Mon, 14 Nov 2022 01:41:24 +0000 Subject: [PATCH 5/7] update TensorFlow/contrib/cv/pointnet++/PointNet++_ID0507_for_TensorFlow/test/train_full_1p.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王国庆 <3224925783@qq.com> --- .../PointNet++_ID0507_for_TensorFlow/test/train_full_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/contrib/cv/pointnet++/PointNet++_ID0507_for_TensorFlow/test/train_full_1p.sh b/TensorFlow/contrib/cv/pointnet++/PointNet++_ID0507_for_TensorFlow/test/train_full_1p.sh index bf86f1da3..998c3689c 100644 --- a/TensorFlow/contrib/cv/pointnet++/PointNet++_ID0507_for_TensorFlow/test/train_full_1p.sh +++ b/TensorFlow/contrib/cv/pointnet++/PointNet++_ID0507_for_TensorFlow/test/train_full_1p.sh @@ -161,7 +161,7 @@ echo "E2E Training Duration sec : $e2e_time" #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'acc' ##获取性能数据,不需要修改 #吞吐量 -- Gitee From e585bb36ace897281c01a766c43d908e82af150c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=9B=BD=E5=BA=86?= <3224925783@qq.com> Date: Mon, 14 Nov 2022 01:42:16 +0000 Subject: [PATCH 6/7] update TensorFlow/contrib/cv/Gitloss_ID1277_for_TensorFlow/test/train_full_1p.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王国庆 <3224925783@qq.com> --- .../cv/Gitloss_ID1277_for_TensorFlow/test/train_full_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/contrib/cv/Gitloss_ID1277_for_TensorFlow/test/train_full_1p.sh b/TensorFlow/contrib/cv/Gitloss_ID1277_for_TensorFlow/test/train_full_1p.sh index 66ad6d98b..7b3ae8dc1 100644 --- a/TensorFlow/contrib/cv/Gitloss_ID1277_for_TensorFlow/test/train_full_1p.sh +++ b/TensorFlow/contrib/cv/Gitloss_ID1277_for_TensorFlow/test/train_full_1p.sh @@ -157,7 +157,7 @@ echo "E2E Training Duration sec : $e2e_time" #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'acc' ##获取性能数据,不需要修改 #吞吐量 -- Gitee From 989fe04972fe32f82f0eb08383befaf0c2ca1bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=9B=BD=E5=BA=86?= <3224925783@qq.com> Date: Mon, 14 Nov 2022 01:43:10 +0000 Subject: [PATCH 7/7] update WideDeep_ID0028_for_TensorFlow/test/train_performance_8p.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王国庆 <3224925783@qq.com> --- .../WideDeep_ID0028_for_TensorFlow/test/train_performance_8p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/built-in/recommendation/WideDeep_ID0028_for_TensorFlow/test/train_performance_8p.sh b/TensorFlow/built-in/recommendation/WideDeep_ID0028_for_TensorFlow/test/train_performance_8p.sh index eef86f05e..0a515f7f1 100644 --- a/TensorFlow/built-in/recommendation/WideDeep_ID0028_for_TensorFlow/test/train_performance_8p.sh +++ b/TensorFlow/built-in/recommendation/WideDeep_ID0028_for_TensorFlow/test/train_performance_8p.sh @@ -165,7 +165,7 @@ echo "E2E training Duration sec: $e2e_time" #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZE}'p'_'acc' +CaseName=${Network}${name_bind}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' ##获取性能数据,不需要修改 grep "fps :" $cur_path/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log > FPS.log -- Gitee