File size: 1,569 Bytes
8af5955
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
  "architecture": "swin_base_patch4_window7_224",
  "num_classes": 47,
  "num_features": 1024,
  "global_pool": "avg",
  "label_names": {
    "banded": 0,
    "blotchy": 1,
    "braided": 2,
    "bubbly": 3,
    "bumpy": 4,
    "chequered": 5,
    "cobwebbed": 6,
    "cracked": 7,
    "crosshatched": 8,
    "crystalline": 9,
    "dotted": 10,
    "fibrous": 11,
    "flecked": 12,
    "freckled": 13,
    "frilly": 14,
    "gauzy": 15,
    "grid": 16,
    "grooved": 17,
    "honeycombed": 18,
    "interlaced": 19,
    "knitted": 20,
    "lacelike": 21,
    "lined": 22,
    "marbled": 23,
    "matted": 24,
    "meshed": 25,
    "paisley": 26,
    "perforated": 27,
    "pitted": 28,
    "pleated": 29,
    "polka-dotted": 30,
    "porous": 31,
    "potholed": 32,
    "scaly": 33,
    "smeared": 34,
    "spiralled": 35,
    "sprinkled": 36,
    "stained": 37,
    "stratified": 38,
    "striped": 39,
    "studded": 40,
    "swirly": 41,
    "veined": 42,
    "waffled": 43,
    "woven": 44,
    "wrinkled": 45,
    "zigzagged": 46
  },
  "pretrained_cfg": {
    "tag": "ms_in22k_ft_in1k",
    "custom_load": false,
    "input_size": [
      3,
      224,
      224
    ],
    "fixed_input_size": true,
    "interpolation": "bicubic",
    "crop_pct": 0.9,
    "crop_mode": "center",
    "mean": [
      0.485,
      0.456,
      0.406
    ],
    "std": [
      0.229,
      0.224,
      0.225
    ],
    "num_classes": 1000,
    "pool_size": [
      7,
      7
    ],
    "first_conv": "patch_embed.proj",
    "classifier": "head.fc",
    "license": "mit"
  }
}