From 435946419642c8a647246b0e66b8a8e647a402f9 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 31 Mar 2022 15:46:48 +0800 Subject: [PATCH] =?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