From 8f880f0642c363b29cce1f87a045ffb27f772312 Mon Sep 17 00:00:00 2001 From: liuyihang <1905527319@qq.com> Date: Mon, 25 Jul 2022 11:11:12 +0000 Subject: [PATCH] =?UTF-8?q?update=20Resnet50v1.5=5FID1721=5Ffor=5FTensorFl?= =?UTF-8?q?ow/test/train=5Ffull=5F8p.sh.=20=E6=9B=B4=E6=94=B9train=5Fand?= =?UTF-8?q?=5Feval=E6=A8=A1=E5=BC=8F=E5=90=8E=E9=9C=80=E5=AF=B9=E5=BA=94?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B2=BE=E5=BA=A6=E5=80=BC=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Resnet50v1.5_ID1721_for_TensorFlow/test/train_full_8p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/built-in/cv/image_classification/Resnet50v1.5_ID1721_for_TensorFlow/test/train_full_8p.sh b/TensorFlow/built-in/cv/image_classification/Resnet50v1.5_ID1721_for_TensorFlow/test/train_full_8p.sh index 88b0f00ec..109b95cc9 100644 --- a/TensorFlow/built-in/cv/image_classification/Resnet50v1.5_ID1721_for_TensorFlow/test/train_full_8p.sh +++ b/TensorFlow/built-in/cv/image_classification/Resnet50v1.5_ID1721_for_TensorFlow/test/train_full_8p.sh @@ -145,7 +145,7 @@ echo "Final Performance images/sec : $FPS" echo "E2E Training Duration sec : $e2e_time" #精度计算,需要根据网络修改 -train_accuracy=`grep "name': 'accuracy'" $cur_path/output/$ASCEND_DEVICE_ID/train_$ASCEND_DEVICE_ID.log|awk '{print $6}'|tr -d ','` +train_accuracy=`grep "name': 'accuracy'" $cur_path/output/$ASCEND_DEVICE_ID/train_$ASCEND_DEVICE_ID.log|awk '{print $6}'|tr -d ','|tail -1` #性能看护结果汇总 #训练用例信息,不需要修改 -- Gitee