From bfd8d8e03a071817a6c4744aa71da0943c3c8fd1 Mon Sep 17 00:00:00 2001 From: xuzongqi <1450345865@qq.com> Date: Mon, 18 Apr 2022 08:27:56 +0000 Subject: [PATCH] update train_full_1p.sh. --- .../test/train_full_1p.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/TensorFlow/built-in/recommendation/deepFM_unkownshape_ID0091_for_TensorFlow/test/train_full_1p.sh b/TensorFlow/built-in/recommendation/deepFM_unkownshape_ID0091_for_TensorFlow/test/train_full_1p.sh index 4e3b38a30..5377a7b02 100644 --- a/TensorFlow/built-in/recommendation/deepFM_unkownshape_ID0091_for_TensorFlow/test/train_full_1p.sh +++ b/TensorFlow/built-in/recommendation/deepFM_unkownshape_ID0091_for_TensorFlow/test/train_full_1p.sh @@ -104,6 +104,7 @@ fi #参数修改 sed -i 's|"device\_id"\:"0"|"device_\id"\:"'$ASCEND_DEVICE_ID'"|g' $cur_path/../configs/hccl.json +sed -i 's|"rank\_id"\:"0"|"rank_\id"\:"'$ASCEND_DEVICE_ID'"|g' $cur_path/../configs/hccl.json wait -- Gitee