From e08e45e50cc6b3f325a11819603e8f90189c9d67 Mon Sep 17 00:00:00 2001 From: littletomatodonkey <2120160898@bit.edu.cn> Date: Sat, 6 Feb 2021 17:32:23 +0800 Subject: [PATCH] fix resnest101 (#603) --- configs/ResNeSt/ResNeSt101.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/ResNeSt/ResNeSt101.yaml b/configs/ResNeSt/ResNeSt101.yaml index 1881f41c..9aa7e3ca 100644 --- a/configs/ResNeSt/ResNeSt101.yaml +++ b/configs/ResNeSt/ResNeSt101.yaml @@ -11,7 +11,7 @@ validate: True valid_interval: 1 epochs: 300 topk: 5 -image_shape: [3, 224, 224] +image_shape: [3, 256, 256] use_mix: True ls_epsilon: 0.1 @@ -41,7 +41,7 @@ TRAIN: to_np: False channel_first: False - RandCropImage: - size: 224 + size: 256 - RandFlipImage: flip_code: 1 - AutoAugment: -- GitLab