oliverguhr commited on
Commit
5fd3806
1 Parent(s): f13eb7a

set correct image size

Browse files

The wrong image size leads to issues when you use "feature_extractor.size" property to configure your data augmentation.

Files changed (1) hide show
  1. preprocessor_config.json +1 -1
preprocessor_config.json CHANGED
@@ -15,5 +15,5 @@
15
  0.225
16
  ],
17
  "resample": 3,
18
- "size": 256
19
  }
 
15
  0.225
16
  ],
17
  "resample": 3,
18
+ "size": 224
19
  }