From d08625eb09abfe452d4a0e1651397dfdc118b11b Mon Sep 17 00:00:00 2001 From: huangju1993 Date: Wed, 9 Aug 2023 05:39:45 +0000 Subject: [PATCH] update TensorFlow/built-in/recommendation/WideDeep_ID2712_for_TensorFlow/test/train_full_8p.sh. Signed-off-by: huangju1993 --- .../WideDeep_ID2712_for_TensorFlow/test/train_full_8p.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TensorFlow/built-in/recommendation/WideDeep_ID2712_for_TensorFlow/test/train_full_8p.sh b/TensorFlow/built-in/recommendation/WideDeep_ID2712_for_TensorFlow/test/train_full_8p.sh index e58e09555..7417ada44 100644 --- a/TensorFlow/built-in/recommendation/WideDeep_ID2712_for_TensorFlow/test/train_full_8p.sh +++ b/TensorFlow/built-in/recommendation/WideDeep_ID2712_for_TensorFlow/test/train_full_8p.sh @@ -122,6 +122,9 @@ do else mkdir -p $cur_path/output/${ASCEND_DEVICE_ID} fi + + 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