From a910b9de5df7ef6012b4d2b329b212424a8266a5 Mon Sep 17 00:00:00 2001 From: yongchao1 <297389370@qq.com> Date: Mon, 22 Jul 2024 11:42:33 +0000 Subject: [PATCH] =?UTF-8?q?update/ResNet50=5FID0360=5Ffor=5FTensorFlow2.X/?= =?UTF-8?q?test/train=5Fperformance=5F1p=5Fprofiling2.sh.=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9profiling=E7=BB=B4=E6=B5=8B=E7=94=A8=E4=BE=8B=E8=AE=AD?= =?UTF-8?q?=E7=BB=83=E6=AD=A5=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yongchao1 <297389370@qq.com> --- .../test/train_performance_1p_profiling2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TensorFlow2/built-in/cv/image_classification/ResNet50_ID0360_for_TensorFlow2.X/test/train_performance_1p_profiling2.sh b/TensorFlow2/built-in/cv/image_classification/ResNet50_ID0360_for_TensorFlow2.X/test/train_performance_1p_profiling2.sh index 6823d5906..31313feeb 100644 --- a/TensorFlow2/built-in/cv/image_classification/ResNet50_ID0360_for_TensorFlow2.X/test/train_performance_1p_profiling2.sh +++ b/TensorFlow2/built-in/cv/image_classification/ResNet50_ID0360_for_TensorFlow2.X/test/train_performance_1p_profiling2.sh @@ -17,11 +17,11 @@ data_path="" #网络名称,同目录名称 Network="ResNet50_ID0360_for_TensorFlow2.X" #训练epoch -train_epochs=2 +train_epochs=1 #训练batch_size batch_size=256 #训练step -train_steps=`expr 1281167 / ${batch_size}` +train_steps=`expr 128116 / ${batch_size}` #学习率 learning_rate=0.495 -- Gitee