Update preprocessor_config.json
Browse filesTraining the efficientformer is failed because of this shortest_edge option. The shortest_edge must be 224, not 256.
- preprocessor_config.json +1 -1
preprocessor_config.json
CHANGED
@@ -21,6 +21,6 @@
|
|
21 |
"resample": 3,
|
22 |
"rescale_factor": 0.00392156862745098,
|
23 |
"size": {
|
24 |
-
"shortest_edge":
|
25 |
}
|
26 |
}
|
|
|
21 |
"resample": 3,
|
22 |
"rescale_factor": 0.00392156862745098,
|
23 |
"size": {
|
24 |
+
"shortest_edge": 224
|
25 |
}
|
26 |
}
|