preprocessor_config.json
#1
by
Davidal07
- opened
Hi, are there any preprocessor_config.json file for this model?
Davidal07
changed discussion status to
closed
Any for the google/vit-base-patch16-224, in another model finetuned just like this, i've used:
{
"do_normalize": true,
"do_resize": true,
"image_mean": [0.5, 0.5, 0.5],
"image_std": [0.5, 0.5, 0.5],
"size": 224
}