perceiver-io-img-clf-mnist / preprocessor_config.json
RemiHuang's picture
Upload processor
eddb35c
raw
history blame contribute delete
427 Bytes
{
"channels_last": true,
"crop_size": {
"height": 256,
"width": 256
},
"do_center_crop": false,
"do_normalize": true,
"do_rescale": true,
"do_resize": false,
"image_mean": 0.5,
"image_processor_type": "PerceiverImageClassifierInputProcessor",
"image_std": 0.5,
"resample": 3,
"rescale_factor": 0.00392156862745098,
"single_channel": true,
"size": {
"height": 224,
"width": 224
}
}