From b011abe508cfb23776bddfb196704d7320467292 Mon Sep 17 00:00:00 2001 From: YueJiang <1206052386@qq.com> Date: Tue, 29 Mar 2022 11:48:48 +0000 Subject: [PATCH] =?UTF-8?q?update=20TensorFlow/built-in/cv/image=5Fclassif?= =?UTF-8?q?ication/AM3=5FID1260=5Ffor=5FTensorFlow/test/train=5Ffull=5F1p.?= =?UTF-8?q?sh.=20=E5=88=A0=E9=99=A4=E4=B8=80=E4=B8=AA=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AM3_ID1260_for_TensorFlow/test/train_full_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/built-in/cv/image_classification/AM3_ID1260_for_TensorFlow/test/train_full_1p.sh b/TensorFlow/built-in/cv/image_classification/AM3_ID1260_for_TensorFlow/test/train_full_1p.sh index 2c7f5fc0d..ef4be0eb4 100644 --- a/TensorFlow/built-in/cv/image_classification/AM3_ID1260_for_TensorFlow/test/train_full_1p.sh +++ b/TensorFlow/built-in/cv/image_classification/AM3_ID1260_for_TensorFlow/test/train_full_1p.sh @@ -115,5 +115,5 @@ echo "CaseName = ${CaseName}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseN echo "ActualFPS = ${ActualFPS}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "TrainingTime = ${TrainingTime}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "ActualLoss = ${ActualLoss}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log -echo "TrainAccuracy = ${train_accuracy}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log +echo "TrainAccuracy = ${train_accuracy}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "E2ETrainingTime = ${e2e_time}" >> $cur_path/test/output/$ASCEND_DEVICE_ID/${CaseName}.log -- Gitee