Update for Transformers PR (#4)
Browse files- Update for Transformers PR (85b888a2fa05e9b38c842a0d25065e71ec7be50f)
Co-authored-by: Raushan Turganbay <[email protected]>
- 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",
|