From b5fb590d70c4685305693e41a5794fd5eecf2006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=9B=BD=E5=BA=86?= <3224925783@qq.com> Date: Tue, 15 Nov 2022 09:14:41 +0000 Subject: [PATCH 1/4] update Swin-Transformer_ID2374_for_TensorFlow2.X/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> --- .../test/train_performance_8p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow2/built-in/cv/detection/Swin-Transformer_ID2374_for_TensorFlow2.X/test/train_performance_8p.sh b/TensorFlow2/built-in/cv/detection/Swin-Transformer_ID2374_for_TensorFlow2.X/test/train_performance_8p.sh index df4cfe6b6..390476584 100644 --- a/TensorFlow2/built-in/cv/detection/Swin-Transformer_ID2374_for_TensorFlow2.X/test/train_performance_8p.sh +++ b/TensorFlow2/built-in/cv/detection/Swin-Transformer_ID2374_for_TensorFlow2.X/test/train_performance_8p.sh @@ -29,7 +29,7 @@ batch_size=1024 #网络名称,同目录名称 Network="Swin-Transformer_ID2374_for_TensorFlow2.X" #Device数量,单卡默认为1 -#RankSize=1 +RankSize=8 #训练epoch,可选 train_epochs=5 #训练step -- Gitee From f34bc42d099a99fc469096dee50f47c6db628162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=9B=BD=E5=BA=86?= <3224925783@qq.com> Date: Tue, 15 Nov 2022 09:15:37 +0000 Subject: [PATCH 2/4] update TensorFlow/contrib/cv/dilatedrnn/DilatedRNN_ID0927_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> --- .../DilatedRNN_ID0927_for_TensorFlow/test/train_full_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/contrib/cv/dilatedrnn/DilatedRNN_ID0927_for_TensorFlow/test/train_full_1p.sh b/TensorFlow/contrib/cv/dilatedrnn/DilatedRNN_ID0927_for_TensorFlow/test/train_full_1p.sh index 6715b8d22..d96eba05f 100644 --- a/TensorFlow/contrib/cv/dilatedrnn/DilatedRNN_ID0927_for_TensorFlow/test/train_full_1p.sh +++ b/TensorFlow/contrib/cv/dilatedrnn/DilatedRNN_ID0927_for_TensorFlow/test/train_full_1p.sh @@ -159,7 +159,7 @@ train_acc=`grep "Validation Accuarcy" $cur_path/test/output/${ASCEND_DEVICE_ID}/ #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'acc' ##获取性能数据,不需要修改 #吞吐量 -- Gitee From 65d10b8f281ad7d52d10c0325855a6a11242f469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=9B=BD=E5=BA=86?= <3224925783@qq.com> Date: Tue, 15 Nov 2022 09:16:51 +0000 Subject: [PATCH 3/4] update involution_ID2515_for_TensorFlow2.X/test/train_performance_1p.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.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow2/built-in/keras_sample/cv/involution_ID2515_for_TensorFlow2.X/test/train_performance_1p.sh b/TensorFlow2/built-in/keras_sample/cv/involution_ID2515_for_TensorFlow2.X/test/train_performance_1p.sh index 14b977781..018b6272c 100644 --- a/TensorFlow2/built-in/keras_sample/cv/involution_ID2515_for_TensorFlow2.X/test/train_performance_1p.sh +++ b/TensorFlow2/built-in/keras_sample/cv/involution_ID2515_for_TensorFlow2.X/test/train_performance_1p.sh @@ -10,7 +10,7 @@ batch_size=1024 #网络名称,同目录名称 Network="involution_ID2515_for_TensorFlow2.X" #Device数量,单卡默认为1 -RANK_SIZE=1 +RankSize=1 #训练epoch,可选 train_epochs=10 #训练step -- Gitee From c8b7cb67cc73ef7d02692d3cd862f07d4f3ce6df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=9B=BD=E5=BA=86?= <3224925783@qq.com> Date: Tue, 15 Nov 2022 09:18:31 +0000 Subject: [PATCH 4/4] update DenseNet169_ID1580_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> --- .../DenseNet169_ID1580_for_TensorFlow/test/train_full_8p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/built-in/cv/image_classification/DenseNet169_ID1580_for_TensorFlow/test/train_full_8p.sh b/TensorFlow/built-in/cv/image_classification/DenseNet169_ID1580_for_TensorFlow/test/train_full_8p.sh index 4b1df3378..e90abac3b 100644 --- a/TensorFlow/built-in/cv/image_classification/DenseNet169_ID1580_for_TensorFlow/test/train_full_8p.sh +++ b/TensorFlow/built-in/cv/image_classification/DenseNet169_ID1580_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