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 2c7f5fc0d3bb5c17ad42a8b48493f95d6e9665c9..ef4be0eb48192bf5ac914e7c152c53d8c3ab45d0 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