From c30f343f5983fe5bbafa77d030ae4c1c09f15ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=A8=8B=E6=B5=A9?= <wangchenghao14@huawei.com> Date: Tue, 14 Jun 2022 10:04:34 +0000 Subject: [PATCH] update official/cv/resnet/config/resnet50_imagenet2012_Ascend_Thor_config.yaml. --- .../resnet/config/resnet50_imagenet2012_Ascend_Thor_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official/cv/resnet/config/resnet50_imagenet2012_Ascend_Thor_config.yaml b/official/cv/resnet/config/resnet50_imagenet2012_Ascend_Thor_config.yaml index ece27d3eb..b7d9d9a62 100644 --- a/official/cv/resnet/config/resnet50_imagenet2012_Ascend_Thor_config.yaml +++ b/official/cv/resnet/config/resnet50_imagenet2012_Ascend_Thor_config.yaml @@ -55,7 +55,7 @@ boost_mode: "O0" conv_init: "HeUniform" dense_init: "HeUniform" all_reduce_fusion_config: - - 85 + - 80 - 160 train_image_size: 224 eval_image_size: 224 -- GitLab