From 435946419642c8a647246b0e66b8a8e647a402f9 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 31 Mar 2022 15:46:48 +0800 Subject: [PATCH 1/2] =?UTF-8?q?GhostNet=E6=A8=A1=E5=9E=8Beval=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E6=B7=BB=E5=8A=A0=E4=BF=9D=E5=AD=98=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../contrib/cv/classification/GhostNet/test/train_eval_1p.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PyTorch/contrib/cv/classification/GhostNet/test/train_eval_1p.sh b/PyTorch/contrib/cv/classification/GhostNet/test/train_eval_1p.sh index f6f99ac20e..981ffd6f1f 100644 --- a/PyTorch/contrib/cv/classification/GhostNet/test/train_eval_1p.sh +++ b/PyTorch/contrib/cv/classification/GhostNet/test/train_eval_1p.sh @@ -83,7 +83,7 @@ fi start_time=$(date +%s) # source 环境变量 source ${test_path_dir}/env.sh -python3.7 validate_ghostnet.py \ +nohup python3.7 validate_ghostnet.py \ ${data_path} \ --model GhostNet \ -b ${batch_size} \ @@ -92,4 +92,4 @@ python3.7 validate_ghostnet.py \ --amp \ --num-classes 1000 \ --checkpoint ${checkpoint} \ - --pretrained \ No newline at end of file + --pretrained > ${test_path_dir}/output/$ASCEND_DEVICE_ID/eval_$ASCEND_DEVICE_ID.log 2>&1 & \ No newline at end of file -- Gitee From 53c6a51ffe457a5e5b1402b67cfddf612a9eb450 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 1 Apr 2022 11:23:57 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Ghost=E6=A8=A1=E5=9E=8B=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=B2=BE=E5=BA=A6=E6=A0=87=E5=87=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PyTorch/contrib/cv/classification/GhostNet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/contrib/cv/classification/GhostNet/README.md b/PyTorch/contrib/cv/classification/GhostNet/README.md index b501293893..25e85cc21b 100644 --- a/PyTorch/contrib/cv/classification/GhostNet/README.md +++ b/PyTorch/contrib/cv/classification/GhostNet/README.md @@ -43,7 +43,7 @@ python3.7 demo.py | Acc@1 | FPS | Npu_nums | Epochs | AMP_Type | | :-----: | :------: | :------: | :----: | :------: | | - | | 1 | 210 | O2 | -| 73.3796 | 4329.137 | 8 | 410 | O2 | +| 72.713 | 4329.137 | 8 | 410 | O2 | -- Gitee