fix
Browse files- preprocessor_config.json +1 -0
preprocessor_config.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "CLIPImageProcessor",
|
| 3 |
"_config_name": "preprocessor_config.json",
|
|
|
|
| 4 |
"do_center_crop": true,
|
| 5 |
"do_convert_rgb": true,
|
| 6 |
"do_normalize": true,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "CLIPImageProcessor",
|
| 3 |
"_config_name": "preprocessor_config.json",
|
| 4 |
+
"image_processor_type": "CLIPImageProcessor",
|
| 5 |
"do_center_crop": true,
|
| 6 |
"do_convert_rgb": true,
|
| 7 |
"do_normalize": true,
|