From 12a2455fc582719723da49d5c45f375214165851 Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Tue, 9 Nov 2021 14:24:59 +0000 Subject: [PATCH] Set do_pad to False --- preprocessor_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocessor_config.json b/preprocessor_config.json index f9ec06e..d163653 100644 --- a/preprocessor_config.json +++ b/preprocessor_config.json @@ -5,7 +5,7 @@ 512 ], "do_normalize": true, - "do_pad": true, + "do_pad": false, "do_random_crop": false, "do_resize": true, "feature_extractor_type": "SegformerFeatureExtractor",