locatvit_tiny / config.json
sinahmr's picture
Push model using huggingface_hub.
3288125 verified
raw
history blame contribute delete
531 Bytes
{
"architecture": "locatvit_tiny",
"model_args": {},
"num_classes": 1000,
"pretrained_cfg": {
"classifier": "head",
"crop_mode": "center",
"crop_pct": 0.9,
"custom_load": false,
"first_conv": "patch_embed.proj",
"fixed_input_size": true,
"input_size": [
3,
224,
224
],
"interpolation": "bicubic",
"mean": [
0.5,
0.5,
0.5
],
"num_classes": 1000,
"pool_size": null,
"std": [
0.5,
0.5,
0.5
],
"url": ""
}
}