File size: 496 Bytes
491155b 08a6040 491155b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{
"architecture": "vit_tiny_patch16_224",
"num_classes": 512,
"num_features": 192,
"global_pool": "token",
"pretrained_cfg": {
"input_size": [3, 112, 112],
"fixed_input_size": true,
"interpolation": "bicubic",
"crop_pct": 1.0,
"crop_mode": "center",
"mean": [0.5, 0.5, 0.5],
"std": [0.5, 0.5, 0.5],
"num_classes": 512,
"pool_size": null,
"first_conv": "patch_embed.proj",
"classifier": "head"
},
"model_args": {
"patch_size": 8
}
}
|