Update preprocessor_config.json
Browse files- preprocessor_config.json +1 -1
preprocessor_config.json
CHANGED
@@ -2564,5 +2564,5 @@
|
|
2564 |
"do_normalize": true,
|
2565 |
"do_resize": true,
|
2566 |
"do_quantize": true,
|
2567 |
-
"size": 32
|
2568 |
}
|
|
|
2564 |
"do_normalize": true,
|
2565 |
"do_resize": true,
|
2566 |
"do_quantize": true,
|
2567 |
+
"size": {"height": 32, "width": 32}
|
2568 |
}
|