From 8057abf9757efe9c12473fce1bcae4c679e95cda Mon Sep 17 00:00:00 2001 From: liuyihang <1905527319@qq.com> Date: Tue, 2 Aug 2022 09:12:39 +0000 Subject: [PATCH] =?UTF-8?q?update=20TensorFlow/built-in/nlp/GRU4Rec=5FID01?= =?UTF-8?q?28=5Ffor=5FTensorFlow/test/train=5Ffull=5F1p.sh.=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E8=AE=AD=E7=BB=83=E6=97=A5=E5=BF=97=E5=90=8D=20?= =?UTF-8?q?=EF=BC=8C=E8=A7=A3=E5=86=B3=E7=9C=8B=E6=9D=BF=E4=B8=8A=E5=BA=93?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nlp/GRU4Rec_ID0128_for_TensorFlow/test/train_full_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/built-in/nlp/GRU4Rec_ID0128_for_TensorFlow/test/train_full_1p.sh b/TensorFlow/built-in/nlp/GRU4Rec_ID0128_for_TensorFlow/test/train_full_1p.sh index bb3d28a07..75145d97e 100644 --- a/TensorFlow/built-in/nlp/GRU4Rec_ID0128_for_TensorFlow/test/train_full_1p.sh +++ b/TensorFlow/built-in/nlp/GRU4Rec_ID0128_for_TensorFlow/test/train_full_1p.sh @@ -112,7 +112,7 @@ do --train=1 \ --epoch=${train_epochs} \ --train_dataset_file=${data_file} \ - > ${cur_path}/output/${ASCEND_DEVICE_ID}/train.log 2>&1 & + > ${cur_path}/output/${ASCEND_DEVICE_ID}/train_${ASCEND_DEVICE_ID}.log 2>&1 & #python3 main.py --train=1 --epoch=${train_epochs} \ # --over_dump=${over_dump} \ -- Gitee