From fa5c765b19532e04cd600afa6c4f34af1d4f9dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E6=B5=AA?= Date: Mon, 21 Mar 2022 08:04:31 +0000 Subject: [PATCH 1/5] update PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_eval_8p.sh. --- .../contrib/cv/detection/FSAF_for_Pytorch/test/train_eval_8p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_eval_8p.sh b/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_eval_8p.sh index 20a9057a2a..8fd04eb28b 100644 --- a/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_eval_8p.sh +++ b/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_eval_8p.sh @@ -65,7 +65,7 @@ start_time=$(date +%s) check_etp_flag=`env | grep etp_running_flag` etp_flag=`echo ${check_etp_flag#*=}` if [ x"${etp_flag}" != x"true" ];then - source ../test/env.sh + source ../test/env_npu.sh fi nohup ./tools/dist_test.sh ./configs/fsaf/fsaf_r50_fpn_1x_coco.py $MODEL 8 --eval bbox > ${test_path_dir}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 & -- Gitee From e66f2b4022ba480086e99fc4c6d43adf0656f2a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E6=B5=AA?= Date: Mon, 21 Mar 2022 08:05:04 +0000 Subject: [PATCH 2/5] update PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_full_1p.sh. --- .../contrib/cv/detection/FSAF_for_Pytorch/test/train_full_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_full_1p.sh b/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_full_1p.sh index f4e38919d2..bee765e9fa 100644 --- a/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_full_1p.sh +++ b/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_full_1p.sh @@ -77,7 +77,7 @@ start_time=$(date +%s) check_etp_flag=`env | grep etp_running_flag` etp_flag=`echo ${check_etp_flag#*=}` if [ x"${etp_flag}" != x"true" ];then - source ../test/env.sh + source ../test/env_npu.sh fi python3.7 ./tools/train.py ./configs/fsaf/fsaf_r50_fpn_1x_coco.py > ${test_path_dir}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 & -- Gitee From 2e0b78196ecad46a8438ea36027afc725f4f24c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E6=B5=AA?= Date: Mon, 21 Mar 2022 08:05:28 +0000 Subject: [PATCH 3/5] update PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_full_8p.sh. --- .../contrib/cv/detection/FSAF_for_Pytorch/test/train_full_8p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_full_8p.sh b/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_full_8p.sh index 8407469f22..47fce779e6 100644 --- a/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_full_8p.sh +++ b/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_full_8p.sh @@ -62,7 +62,7 @@ start_time=$(date +%s) check_etp_flag=`env | grep etp_running_flag` etp_flag=`echo ${check_etp_flag#*=}` if [ x"${etp_flag}" != x"true" ];then - source ../test/env.sh + source ../test/env_npu.sh fi python3.7 ./tools/train.py ./configs/fsaf/fsaf_r50_fpn_1x_coco.py 8 > ${test_path_dir}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 & -- Gitee From 2a1f20f915df213f72780256966b15dc02e40095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E6=B5=AA?= Date: Mon, 21 Mar 2022 08:06:57 +0000 Subject: [PATCH 4/5] update PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_performance_1p.sh. --- .../cv/detection/FSAF_for_Pytorch/test/train_performance_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_performance_1p.sh b/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_performance_1p.sh index 901d6aa497..3ecd573e7a 100644 --- a/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_performance_1p.sh +++ b/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_performance_1p.sh @@ -76,7 +76,7 @@ start_time=$(date +%s) check_etp_flag=`env | grep etp_running_flag` etp_flag=`echo ${check_etp_flag#*=}` if [ x"${etp_flag}" != x"true" ];then - source ../test/env.sh + source ../test/env_npu.sh fi python3.7 ./tools/train.py ./configs/fsaf/fsaf_r50_fpn_1x_coco.py > ${test_path_dir}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 & -- Gitee From 8bf6dcf9ffdb7609f9224b084e0ac7d1067d75da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E6=B5=AA?= Date: Mon, 21 Mar 2022 08:07:37 +0000 Subject: [PATCH 5/5] update PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_performance_8p.sh. --- .../cv/detection/FSAF_for_Pytorch/test/train_performance_8p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_performance_8p.sh b/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_performance_8p.sh index caac80274f..8b0faa1ece 100644 --- a/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_performance_8p.sh +++ b/PyTorch/contrib/cv/detection/FSAF_for_Pytorch/test/train_performance_8p.sh @@ -66,7 +66,7 @@ export TASK_QUEUE_ENABLE=0 check_etp_flag=`env | grep etp_running_flag` etp_flag=`echo ${check_etp_flag#*=}` if [ x"${etp_flag}" != x"true" ];then - source ../test/env.sh + source ../test/env_npu.sh fi python3.7 ./tools/train.py ./configs/fsaf/fsaf_r50_fpn_1x_coco.py 8 > ${test_path_dir}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 & -- Gitee