simple-cnn-cifar10-lite / preprocessor_config.json
junler's picture
Upload folder using huggingface_hub
e63552f verified
raw
history blame contribute delete
349 Bytes
{
"crop_pct": 0.875,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "ConvNextImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 32,
"width": 32
}
}