Image Classification
fastai
timm
vit_tiny_patch16_224_2 / preprocessor_config.json
iloncka's picture
Create preprocessor_config.json
dd756ca
{
"do_normalize": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"size": 224
}