resnet50_cifar100 / preprocessor_config.json
chawins's picture
Create preprocessor_config.json
6497321
raw
history blame
212 Bytes
{
"do_normalize": true,
"do_resize": true,
"image_mean": [
0.5071,
0.4867,
0.4408
],
"image_std": [
0.2675,
0.2565,
0.2761
],
"resample": 2,
"size": 32,
"crop_pct": 1,
}