anonauthors commited on
Commit
d53f4fe
1 Parent(s): 0809a4e
Files changed (3) hide show
  1. README.md +8 -0
  2. config.json +147 -0
  3. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_name: timm
6
+ license: apache-2.0
7
+ ---
8
+ # Model card for caltech101-timm-resnet50
config.json ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "resnet50",
3
+ "num_classes": 102,
4
+ "num_features": 2048,
5
+ "label_names": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3,
10
+ 4,
11
+ 5,
12
+ 6,
13
+ 7,
14
+ 8,
15
+ 9,
16
+ 10,
17
+ 11,
18
+ 12,
19
+ 13,
20
+ 14,
21
+ 15,
22
+ 16,
23
+ 17,
24
+ 18,
25
+ 19,
26
+ 20,
27
+ 21,
28
+ 22,
29
+ 23,
30
+ 24,
31
+ 25,
32
+ 26,
33
+ 27,
34
+ 28,
35
+ 29,
36
+ 30,
37
+ 31,
38
+ 32,
39
+ 33,
40
+ 34,
41
+ 35,
42
+ 36,
43
+ 37,
44
+ 38,
45
+ 39,
46
+ 40,
47
+ 41,
48
+ 42,
49
+ 43,
50
+ 44,
51
+ 45,
52
+ 46,
53
+ 47,
54
+ 48,
55
+ 49,
56
+ 50,
57
+ 51,
58
+ 52,
59
+ 53,
60
+ 54,
61
+ 55,
62
+ 56,
63
+ 57,
64
+ 58,
65
+ 59,
66
+ 60,
67
+ 61,
68
+ 62,
69
+ 63,
70
+ 64,
71
+ 65,
72
+ 66,
73
+ 67,
74
+ 68,
75
+ 69,
76
+ 70,
77
+ 71,
78
+ 72,
79
+ 73,
80
+ 74,
81
+ 75,
82
+ 76,
83
+ 77,
84
+ 78,
85
+ 79,
86
+ 80,
87
+ 81,
88
+ 82,
89
+ 83,
90
+ 84,
91
+ 85,
92
+ 86,
93
+ 87,
94
+ 88,
95
+ 89,
96
+ 90,
97
+ 91,
98
+ 92,
99
+ 93,
100
+ 94,
101
+ 95,
102
+ 96,
103
+ 97,
104
+ 98,
105
+ 99,
106
+ 100,
107
+ 101
108
+ ],
109
+ "pretrained_cfg": {
110
+ "tag": "a1_in1k",
111
+ "custom_load": false,
112
+ "input_size": [
113
+ 3,
114
+ 224,
115
+ 224
116
+ ],
117
+ "test_input_size": [
118
+ 3,
119
+ 288,
120
+ 288
121
+ ],
122
+ "fixed_input_size": false,
123
+ "interpolation": "bicubic",
124
+ "crop_pct": 0.95,
125
+ "test_crop_pct": 1.0,
126
+ "crop_mode": "center",
127
+ "mean": [
128
+ 0.485,
129
+ 0.456,
130
+ 0.406
131
+ ],
132
+ "std": [
133
+ 0.229,
134
+ 0.224,
135
+ 0.225
136
+ ],
137
+ "num_classes": 1000,
138
+ "pool_size": [
139
+ 7,
140
+ 7
141
+ ],
142
+ "first_conv": "conv1",
143
+ "classifier": "fc",
144
+ "origin_url": "https://github.com/huggingface/pytorch-image-models",
145
+ "paper_ids": "arXiv:2110.00476"
146
+ }
147
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14fcef91072320f69c254ff27f76a6a6c360c605ba36aa392e8bca32d03b6f65
3
+ size 95187393