Update for Transformers PR
Browse files- preprocessor_config.json +1 -2
preprocessor_config.json
CHANGED
|
@@ -11,13 +11,12 @@
|
|
| 11 |
0.5,
|
| 12 |
0.5
|
| 13 |
],
|
| 14 |
-
"image_processor_type": "
|
| 15 |
"image_std": [
|
| 16 |
0.5,
|
| 17 |
0.5,
|
| 18 |
0.5
|
| 19 |
],
|
| 20 |
-
"input_data_format": "channels_last",
|
| 21 |
"max_num_patches": 1024,
|
| 22 |
"patch_size": 16,
|
| 23 |
"processor_class": "Lfm2VlProcessor",
|
|
|
|
| 11 |
0.5,
|
| 12 |
0.5
|
| 13 |
],
|
| 14 |
+
"image_processor_type": "Lfm2VlImageProcessorFast",
|
| 15 |
"image_std": [
|
| 16 |
0.5,
|
| 17 |
0.5,
|
| 18 |
0.5
|
| 19 |
],
|
|
|
|
| 20 |
"max_num_patches": 1024,
|
| 21 |
"patch_size": 16,
|
| 22 |
"processor_class": "Lfm2VlProcessor",
|