From 51d27468b6a026a846cf2ca0cd74718e25472c9f Mon Sep 17 00:00:00 2001 From: huangju1993 Date: Tue, 16 May 2023 12:13:43 +0000 Subject: [PATCH] built-in/cv/image_classification/ResNet50_ID0360_for_TensorFlow2.X/test/train_full_8p_256bs_SGD.sh. Signed-off-by: huangju1993 --- .../test/train_full_8p_256bs_SGD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow2/built-in/cv/image_classification/ResNet50_ID0360_for_TensorFlow2.X/test/train_full_8p_256bs_SGD.sh b/TensorFlow2/built-in/cv/image_classification/ResNet50_ID0360_for_TensorFlow2.X/test/train_full_8p_256bs_SGD.sh index fe47982c0..e6519e7ce 100644 --- a/TensorFlow2/built-in/cv/image_classification/ResNet50_ID0360_for_TensorFlow2.X/test/train_full_8p_256bs_SGD.sh +++ b/TensorFlow2/built-in/cv/image_classification/ResNet50_ID0360_for_TensorFlow2.X/test/train_full_8p_256bs_SGD.sh @@ -140,7 +140,7 @@ do --single_l2_loss_op \ --warmup_epochs=5 \ --weight_decay=0.000025 \ - --lr_schedule=polynomial \ + --lr_schedule=piecewise \ --drop_eval_remainder=True \ --precision_mode=${precision_mode} \ --over_dump=${over_dump} \ -- Gitee