From e4380ce517c738ceb0bb5a0e013f3e0a3da80411 Mon Sep 17 00:00:00 2001 From: sibo2rr <1415419833@qq.com> Date: Wed, 5 Jan 2022 12:52:05 +0800 Subject: [PATCH] fix height error --- ppcls/configs/multi_scale/MobileNetV1_multi_scale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppcls/configs/multi_scale/MobileNetV1_multi_scale.yaml b/ppcls/configs/multi_scale/MobileNetV1_multi_scale.yaml index ba2c6f22d..530e75075 100644 --- a/ppcls/configs/multi_scale/MobileNetV1_multi_scale.yaml +++ b/ppcls/configs/multi_scale/MobileNetV1_multi_scale.yaml @@ -66,7 +66,7 @@ DataLoader: order: '' # support to specify width and height respectively: - # scales: [(160,160), (192,192), (224,225) (288,288) (320,320)] + # scales: [(160,160), (192,192), (224,224) (288,288) (320,320)] sampler: name: MultiScaleSampler scales: [160, 192, 224, 288, 320]