File size: 639 Bytes
13a3dda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2494ced
 
 
 
 
 
 
 
 
 
13a3dda
 
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
{
  "url": "https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights-maxx/maxvit_rmlp_tiny_rw_256_sw-bbef0ff5.pth",
  "num_classes": 10,
  "input_size": [
    3,
    256,
    256
  ],
  "pool_size": [
    8,
    8
  ],
  "crop_pct": 0.95,
  "interpolation": "bicubic",
  "mean": [
    0.5,
    0.5,
    0.5
  ],
  "std": [
    0.5,
    0.5,
    0.5
  ],
  "first_conv": "stem.conv1",
  "classifier": "head.fc",
  "fixed_input_size": true,
  "architecture": "maxvit_rmlp_tiny_rw_256",
  "num_features": 512,
  "labels": [
    "A",
    "B",
    "C",
    "D",
    "E",
    "F",
    "G",
    "H",
    "I",
    "J"
  ]
}