add preprocessor config
Browse files- preprocessor_config.json +6 -0
preprocessor_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"data_format": "channels_first",
|
| 3 |
+
"default_to_square": true,
|
| 4 |
+
"device": null,
|
| 5 |
+
"return_tensors": true
|
| 6 |
+
}
|