From 7f538d8b22566bc5068637fa5c3a3e142b3ee3e0 Mon Sep 17 00:00:00 2001 From: wu-lanchabu <1098900762@qq.com> Date: Wed, 30 Mar 2022 02:12:17 +0000 Subject: [PATCH] update TensorFlow/contrib/cv/PRNET_ID0727_for_TensorFlow/test/train_full_1p.sh. --- .../cv/PRNET_ID0727_for_TensorFlow/test/train_full_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/contrib/cv/PRNET_ID0727_for_TensorFlow/test/train_full_1p.sh b/TensorFlow/contrib/cv/PRNET_ID0727_for_TensorFlow/test/train_full_1p.sh index de3ce0eb4..bad3b3ea8 100644 --- a/TensorFlow/contrib/cv/PRNET_ID0727_for_TensorFlow/test/train_full_1p.sh +++ b/TensorFlow/contrib/cv/PRNET_ID0727_for_TensorFlow/test/train_full_1p.sh @@ -132,7 +132,7 @@ do --epochs=10 > $cur_path/test/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 python3 predict_from_ckpt.py \ - -i=${data_path}/TestData/LFPA \ + -i=${data_path}/TestData/AFLW2000-3D \ --model_path=./checkpoint/model.ckpt >> $cur_path/test/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 -- Gitee