From 17174e826eec72805c312f1b7fdc0b7edb7ad785 Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Tue, 9 Nov 2021 14:23:26 +0000 Subject: [PATCH] Set do_pad to False by default --- 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",