Set do_pad to False

This commit is contained in:
Niels Rogge 2021-11-09 14:24:40 +00:00 committed by huggingface-web
parent 5115c12804
commit add4426ecf
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
512 512
], ],
"do_normalize": true, "do_normalize": true,
"do_pad": true, "do_pad": false,
"do_random_crop": false, "do_random_crop": false,
"do_resize": true, "do_resize": true,
"feature_extractor_type": "SegformerFeatureExtractor", "feature_extractor_type": "SegformerFeatureExtractor",