vit-geometric-shapes-tiny / preprocessor_config.json
0-ma's picture
Create preprocessor_config.json
15b50de verified
raw
history blame contribute delete
No virus
159 Bytes
{
"do_normalize": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"size": 224
}