vit-base-patch16-224-cifar1.../preprocessor_config.json

16 lines
160 B
JSON
Raw Normal View History

2024-12-05 14:32:35 +08:00
{
"do_normalize": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"size": 224
}