From 5c4c0bb69b6ce619411d9dfee3349d2a0920b4a8 Mon Sep 17 00:00:00 2001 From: shippingwang Date: Thu, 2 Jul 2020 15:54:47 +0000 Subject: [PATCH] fix --- configs/EfficientNet/EfficientLite0.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/EfficientNet/EfficientLite0.yaml b/configs/EfficientNet/EfficientLite0.yaml index ff1f5744..b63eba3f 100644 --- a/configs/EfficientNet/EfficientLite0.yaml +++ b/configs/EfficientNet/EfficientLite0.yaml @@ -78,9 +78,9 @@ VALID: channel_first: False - ResizeImage: interpolation: 2 - resize_short: 412 + resize_short: 256 - CropImage: - size: 256 + size: 224 - NormalizeImage: scale: 1./255. mean: [0.485, 0.456, 0.406] -- GitLab