vit-base-final / preprocess.json
ZuhairQureshi's picture
Upload ViT Base artifacts (weights + configs + preprocess)
310fbb6 verified
raw
history blame contribute delete
191 Bytes
{
"input_size": 224,
"interpolation": "bicubic",
"normalize": {
"mean": [
0.485,
0.456,
0.406
],
"std": [
0.229,
0.224,
0.225
]
}
}