File size: 589 Bytes
02e3fb4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
{
"architecture": "vit_betwixt_patch16_reg4_gap_256",
"num_classes": 11821,
"num_features": 640,
"global_pool": "avg",
"pretrained_cfg": {
"tag": "sbb_in12k",
"custom_load": false,
"input_size": [
3,
256,
256
],
"fixed_input_size": true,
"interpolation": "bicubic",
"crop_pct": 0.95,
"crop_mode": "center",
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
],
"num_classes": 11821,
"pool_size": null,
"first_conv": "patch_embed.proj",
"classifier": "head"
}
} |