nula-cifar10-robust-v0 / preprocessor_config.json
MamaPearl's picture
Update preprocessor_config.json
de95b80 verified
Raw
History Blame Contribute Delete
317 Bytes
{
"do_resize": true,
"size": {
"height": 32,
"width": 32
},
"resample": 3,
"do_center_crop": false,
"do_rescale": true,
"rescale_factor": 0.00392156862745098,
"do_normalize": true,
"image_mean": [0.5, 0.5, 0.5],
"image_std": [0.5, 0.5, 0.5],
"image_processor_type": "ViTImageProcessor"
}