mnist-cnn-classifier / preprocessor_config.json
Akimotorakiyu's picture
Upload preprocessor_config.json with huggingface_hub
ede8321 verified
{
"image_mean": [
0.1307
],
"image_std": [
0.3081
],
"do_normalize": true,
"do_resize": true,
"size": {
"height": 28,
"width": 28
},
"resample": 2,
"do_center_crop": false
}