From b97ba79bfe7dcfc418e401f539b0cd766f3dcad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E4=BF=8A=E8=BE=89?= <11181965+zhujunhui1@user.noreply.gitee.com> Date: Tue, 4 Jul 2023 10:52:22 +0000 Subject: [PATCH] =?UTF-8?q?update=20WideDeep=5FID2712=5Ffor=5FTensorFlow/t?= =?UTF-8?q?est/train=5Fperformance=5F8p.sh.=20=E4=BF=AE=E6=94=B9=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E7=94=9F=E6=88=90log=E6=96=87=E4=BB=B6=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 朱俊辉 <11181965+zhujunhui1@user.noreply.gitee.com> --- .../WideDeep_ID2712_for_TensorFlow/test/train_performance_8p.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TensorFlow/built-in/recommendation/WideDeep_ID2712_for_TensorFlow/test/train_performance_8p.sh b/TensorFlow/built-in/recommendation/WideDeep_ID2712_for_TensorFlow/test/train_performance_8p.sh index 74d225929..6ffabcc4d 100644 --- a/TensorFlow/built-in/recommendation/WideDeep_ID2712_for_TensorFlow/test/train_performance_8p.sh +++ b/TensorFlow/built-in/recommendation/WideDeep_ID2712_for_TensorFlow/test/train_performance_8p.sh @@ -113,6 +113,8 @@ do #执行训练脚本,以下传参不需要修改,其他需要模型审视修改 + mkdir -p log + mkdir -p model/pickle_model nohup python3 train.py --data_path=$data_path \ --ckpt_path=$cur_path/output/$ASCEND_DEVICE_ID/ckpt \ --train_size=$train_size \ -- Gitee