diff --git a/TensorFlow/built-in/cv/image_classification/MobileNetV2_ID0074_for_TensorFlow/test/train_full_8p.sh b/TensorFlow/built-in/cv/image_classification/MobileNetV2_ID0074_for_TensorFlow/test/train_full_8p.sh index 7002fd4005bbe2c7df9d55c3a25ad00473efb03e..67a571689b7026680aee92f94d8e5867b6fb5dae 100644 --- a/TensorFlow/built-in/cv/image_classification/MobileNetV2_ID0074_for_TensorFlow/test/train_full_8p.sh +++ b/TensorFlow/built-in/cv/image_classification/MobileNetV2_ID0074_for_TensorFlow/test/train_full_8p.sh @@ -170,7 +170,7 @@ done wait python3.7 eval_image_classifier_mobilenet.py \ --dataset_dir=${data_path} \ - --checkpoint_path=${cur_path}/../results/model.ckpt-187500>> ${cur_path}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 & + --checkpoint_path=${cur_path}/../results/model.ckpt-187500 >> ${cur_path}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 & wait #训练结束时间,不需要修改 end_time=$(date +%s)