From 91710ebf5466bd223934d3f6c93426214c3f6a09 Mon Sep 17 00:00:00 2001 From: liuyihang <1905527319@qq.com> Date: Fri, 1 Apr 2022 05:47:36 +0000 Subject: [PATCH] =?UTF-8?q?update=20ResNet200=5Ffor=5FTensorFlow/test/trai?= =?UTF-8?q?n=5Ffull=5F8p.sh.=20=E7=BD=91=E7=BB=9C=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E5=8A=A0=E4=B8=80=E4=B8=AAID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ResNet200_for_TensorFlow/test/train_full_8p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/built-in/cv/image_classification/ResNet200_for_TensorFlow/test/train_full_8p.sh b/TensorFlow/built-in/cv/image_classification/ResNet200_for_TensorFlow/test/train_full_8p.sh index 428eca6cf..5ad4fd3d1 100644 --- a/TensorFlow/built-in/cv/image_classification/ResNet200_for_TensorFlow/test/train_full_8p.sh +++ b/TensorFlow/built-in/cv/image_classification/ResNet200_for_TensorFlow/test/train_full_8p.sh @@ -18,7 +18,7 @@ export ASCEND_GLOBAL_LOG_LEVEL=3 #基础参数 需要模型审视修改 #网络名称,同目录名称 -Network="ResNet200_for_TensorFlow" +Network="ResNet200_ID1551_for_TensorFlow" #训练epoch train_epochs=90 #训练batch_size -- Gitee