Update preprocessor_config.json
Browse filesWe don't need to set default for channel format. It is causing issues when a non-last channel image is used
- preprocessor_config.json +0 -1
preprocessor_config.json
CHANGED
|
@@ -17,7 +17,6 @@
|
|
| 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",
|
|
|
|
| 17 |
0.5,
|
| 18 |
0.5
|
| 19 |
],
|
|
|
|
| 20 |
"max_num_patches": 1024,
|
| 21 |
"patch_size": 16,
|
| 22 |
"processor_class": "Lfm2VlProcessor",
|