File size: 872 Bytes
8c47d97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architecture": "resnet34",
  "num_classes": 10,
  "num_features": 512,
  "pretrained_cfg": {
    "num_classes": 10,
    "input_size": [
      3,
      32,
      32
    ],
    "pool_size": [
      4,
      4
    ],
    "crop_pct": 1,
    "interpolation": "bilinear",
    "fixed_input_size": false,
    "mean": [
      0.4377,
      0.4438,
      0.4728
    ],
    "std": [
      0.198,
      0.201,
      0.197
    ],
    "first_conv": "conv1",
    "classifier": "fc"
  },
  "url": "https://huggingface.co/edadaltocg/resnet34_svhn/resolve/main/pytorch_model.bin",
  "input_size": [
    3,
    32,
    32
  ],
  "pool_size": [
    4,
    4
  ],
  "crop_pct": 1,
  "interpolation": "bilinear",
  "fixed_input_size": false,
  "mean": [
    0.4377,
    0.4438,
    0.4728
  ],
  "std": [
    0.198,
    0.201,
    0.197
  ],
  "first_conv": "conv1",
  "classifier": "fc"
}