chjej202 commited on
Commit
9398182
1 Parent(s): 4fba711

Update preprocessor_config.json

Browse files

Training the efficientformer is failed because of this shortest_edge option. The shortest_edge must be 224, not 256.

Files changed (1) hide show
  1. 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": 256
25
  }
26
  }
 
21
  "resample": 3,
22
  "rescale_factor": 0.00392156862745098,
23
  "size": {
24
+ "shortest_edge": 224
25
  }
26
  }