quickdraw-MobileVIT-small-finetune / preprocessor_config.json
JoshuaKelleyDs's picture
Training in progress, step 5000
15abcbf verified
raw
history blame
No virus
632 Bytes
{
"_valid_processor_keys": [
"images",
"segmentation_maps",
"do_resize",
"size",
"resample",
"do_rescale",
"rescale_factor",
"do_center_crop",
"crop_size",
"do_flip_channel_order",
"return_tensors",
"data_format",
"input_data_format"
],
"crop_size": {
"height": 28,
"width": 28
},
"do_center_crop": true,
"do_convert_rgb": false,
"do_flip_channel_order": false,
"do_rescale": true,
"do_resize": true,
"image_processor_type": "MobileViTImageProcessor",
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"shortest_edge": 28
}
}