Commit
•
91c9f54
1
Parent(s):
f13eb7a
set correct image size (#1)
Browse files- set correct image size (5fd3806edbee08be6f41560005ec8f0f5085d130)
Co-authored-by: Oliver Guhr <oliverguhr@users.noreply.huggingface.co>
- preprocessor_config.json +1 -1
preprocessor_config.json
CHANGED
@@ -15,5 +15,5 @@
|
|
15 |
0.225
|
16 |
],
|
17 |
"resample": 3,
|
18 |
-
"size":
|
19 |
}
|
|
|
15 |
0.225
|
16 |
],
|
17 |
"resample": 3,
|
18 |
+
"size": 224
|
19 |
}
|