diff --git a/PyTorch/dev/cv/image_classification/DeepLab-CRF_ID1873_for_PyTorch/test/train_full_1p.sh b/PyTorch/dev/cv/image_classification/DeepLab-CRF_ID1873_for_PyTorch/test/train_full_1p.sh index a71b37404a66f5daf237a77eb3ef57a22e1b54b1..519ac6c41bb0f0324fc0ae0485e8eec9219310f0 100644 --- a/PyTorch/dev/cv/image_classification/DeepLab-CRF_ID1873_for_PyTorch/test/train_full_1p.sh +++ b/PyTorch/dev/cv/image_classification/DeepLab-CRF_ID1873_for_PyTorch/test/train_full_1p.sh @@ -170,7 +170,7 @@ grep "the loss is: " $cur_path/output/$ASCEND_DEVICE_ID/train_$ASCEND_DEVICE_ID. ActualLoss=`awk 'END {print}' $cur_path/output/$ASCEND_DEVICE_ID/train_${CaseName}_loss.txt` #关键信息打印到${CaseName}.log中,不需要修改 -echo "Network = ${Network}" >> $cur_path/output/$ASCEND_DEVICE_ID/${CaseName}.log +echo "Network = ${Network}" > $cur_path/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "RankSize = ${RANK_SIZE}" >> $cur_path/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "BatchSize = ${BatchSize}" >> $cur_path/output/$ASCEND_DEVICE_ID/${CaseName}.log echo "DeviceType = ${DeviceType}" >> $cur_path/output/$ASCEND_DEVICE_ID/${CaseName}.log