File size: 547 Bytes
74afab8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architecture": "vit_small_patch16_224",
  "num_classes": 512,
  "num_features": 384,
  "global_pool": "avg",
  "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,
    "class_token": false,
    "global_pool": "avg"
  }
}