From b16d76f7676504bffdb64d7c5ce6a1aa35bc4ca5 Mon Sep 17 00:00:00 2001 From: liuyihang <1905527319@qq.com> Date: Tue, 15 Nov 2022 09:10:05 +0000 Subject: [PATCH] =?UTF-8?q?update=20InceptionV4=5FID0002=5Ffor=5FTensorFlo?= =?UTF-8?q?w/test/train=5Ffull=5F1p.sh.=201p=E7=B2=BE=E5=BA=A6=E8=84=9A?= =?UTF-8?q?=E6=9C=ACbs=E4=B8=8D=E5=8F=98=EF=BC=8C=E5=AD=A6=E4=B9=A0?= =?UTF-8?q?=E7=8E=87=E9=99=A4=E4=BB=A58=EF=BC=8Cdebug01056279=EF=BC=8C?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=BB=93=E9=AA=8C=E8=AF=81=EF=BC=9A=E5=8A=9F?= =?UTF-8?q?=E8=83=BDOK=EF=BC=8C5100step=E5=86=85loss=E6=AD=A3=E5=B8=B8?= =?UTF-8?q?=E6=94=B6=E6=95=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuyihang <1905527319@qq.com> --- .../InceptionV4_ID0002_for_TensorFlow/test/train_full_1p.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/TensorFlow/built-in/cv/image_classification/InceptionV4_ID0002_for_TensorFlow/test/train_full_1p.sh b/TensorFlow/built-in/cv/image_classification/InceptionV4_ID0002_for_TensorFlow/test/train_full_1p.sh index 92d931967..dec6501cf 100644 --- a/TensorFlow/built-in/cv/image_classification/InceptionV4_ID0002_for_TensorFlow/test/train_full_1p.sh +++ b/TensorFlow/built-in/cv/image_classification/InceptionV4_ID0002_for_TensorFlow/test/train_full_1p.sh @@ -7,9 +7,6 @@ cur_path=`pwd` #保证rank table file 文件rank_table_8p.json存放在和test同级的configs目录下 export JOB_ID=9999001 export RANK_SIZE=1 -export RANK_ID=ascend8p -export SLOG_PRINT_TO_STDOUT=0 -#export RANK_TABLE_FILE=${cur_path}/../configs/rank_table_8p.json RANK_ID_START=0 # 数据集路径,保持为空,不需要修改 @@ -135,7 +132,7 @@ do --batch_size=$batch_size \ --display_every=100 \ --data_dir=$data_path \ - --lr=0.045 \ + --lr=0.005625 \ --log_dir=${cur_path}/output/$ASCEND_DEVICE_ID \ --eval_dir=${cur_path}/output/$ASCEND_DEVICE_ID \ --log_name=inception_v4.log \ -- Gitee