From 07f283be52d2ee0e72553c21a03bcf81052fdb36 Mon Sep 17 00:00:00 2001 From: wangchang711 <488818571@qq.com> Date: Wed, 13 Apr 2022 00:35:45 +0000 Subject: [PATCH] =?UTF-8?q?update=20MobileNetV2=5FID0074=5Ffor=5FTensorFlo?= =?UTF-8?q?w/test/train=5Ffull=5F8p.sh.=E4=BF=AE=E5=A4=8D=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E6=A0=BC=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MobileNetV2_ID0074_for_TensorFlow/test/train_full_8p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7002fd400..67a571689 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) -- Gitee