File size: 1,389 Bytes
4a128e8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ee78749
4a128e8
 
 
 
 
 
 
 
 
 
 
 
ee78749
4a128e8
 
ee78749
4a128e8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "timm/resnet18.a1_in1k",
  "architecture": "resnet18",
  "architectures": [
    "TimmWrapperForImageClassification"
  ],
  "id2label": {
    "0": "LABEL_0",
    "1": "LABEL_1",
    "2": "LABEL_2",
    "3": "LABEL_3",
    "4": "LABEL_4",
    "5": "LABEL_5",
    "6": "LABEL_6",
    "7": "LABEL_7",
    "8": "LABEL_8",
    "9": "LABEL_9"
  },
  "initializer_range": 0.02,
  "label2id": {
    "LABEL_0": 0,
    "LABEL_1": 1,
    "LABEL_2": 2,
    "LABEL_3": 3,
    "LABEL_4": 4,
    "LABEL_5": 5,
    "LABEL_6": 6,
    "LABEL_7": 7,
    "LABEL_8": 8,
    "LABEL_9": 9
  },
  "model_type": "timm_wrapper",
  "num_classes": 10,
  "num_features": 512,
  "pretrained_cfg": {
    "classifier": "fc",
    "crop_mode": "center",
    "crop_pct": 0.95,
    "custom_load": false,
    "first_conv": "conv1",
    "fixed_input_size": false,
    "input_size": [
      3,
      224,
      224
    ],
    "interpolation": "bicubic",
    "mean": [
      0.485,
      0.456,
      0.406
    ],
    "origin_url": "https://github.com/huggingface/pytorch-image-models",
    "paper_ids": "arXiv:2110.00476",
    "pool_size": [
      7,
      7
    ],
    "std": [
      0.229,
      0.224,
      0.225
    ],
    "tag": "a1_in1k",
    "test_crop_pct": 1.0,
    "test_input_size": [
      3,
      288,
      288
    ]
  },
  "torch_dtype": "float32",
  "transformers_version": "4.47.0.dev0"
}