Set do_pad to False by default
This commit is contained in:
parent
57e4a51cad
commit
17174e826e
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue