deit-distilled-final / preprocess.json
krishbhagirath's picture
Upload 4 files
a1080a5 verified
raw
history blame contribute delete
266 Bytes
{
"input_size": 224,
"interpolation": "bicubic",
"normalize": {
"mean": [
0.485,
0.456,
0.406
],
"std": [
0.229,
0.224,
0.225
]
}
}