anonauthors commited on
Commit
29448dc
1 Parent(s): c5a5605
Files changed (3) hide show
  1. README.md +8 -0
  2. config.json +239 -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 cub200-timm-swin_base_patch4_window7_224.ms_in22k_ft_in1k
config.json ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "swin_base_patch4_window7_224",
3
+ "num_classes": 200,
4
+ "num_features": 1024,
5
+ "global_pool": "avg",
6
+ "label_names": [
7
+ 0,
8
+ 1,
9
+ 2,
10
+ 3,
11
+ 4,
12
+ 5,
13
+ 6,
14
+ 7,
15
+ 8,
16
+ 9,
17
+ 10,
18
+ 11,
19
+ 12,
20
+ 13,
21
+ 14,
22
+ 15,
23
+ 16,
24
+ 17,
25
+ 18,
26
+ 19,
27
+ 20,
28
+ 21,
29
+ 22,
30
+ 23,
31
+ 24,
32
+ 25,
33
+ 26,
34
+ 27,
35
+ 28,
36
+ 29,
37
+ 30,
38
+ 31,
39
+ 32,
40
+ 33,
41
+ 34,
42
+ 35,
43
+ 36,
44
+ 37,
45
+ 38,
46
+ 39,
47
+ 40,
48
+ 41,
49
+ 42,
50
+ 43,
51
+ 44,
52
+ 45,
53
+ 46,
54
+ 47,
55
+ 48,
56
+ 49,
57
+ 50,
58
+ 51,
59
+ 52,
60
+ 53,
61
+ 54,
62
+ 55,
63
+ 56,
64
+ 57,
65
+ 58,
66
+ 59,
67
+ 60,
68
+ 61,
69
+ 62,
70
+ 63,
71
+ 64,
72
+ 65,
73
+ 66,
74
+ 67,
75
+ 68,
76
+ 69,
77
+ 70,
78
+ 71,
79
+ 72,
80
+ 73,
81
+ 74,
82
+ 75,
83
+ 76,
84
+ 77,
85
+ 78,
86
+ 79,
87
+ 80,
88
+ 81,
89
+ 82,
90
+ 83,
91
+ 84,
92
+ 85,
93
+ 86,
94
+ 87,
95
+ 88,
96
+ 89,
97
+ 90,
98
+ 91,
99
+ 92,
100
+ 93,
101
+ 94,
102
+ 95,
103
+ 96,
104
+ 97,
105
+ 98,
106
+ 99,
107
+ 100,
108
+ 101,
109
+ 102,
110
+ 103,
111
+ 104,
112
+ 105,
113
+ 106,
114
+ 107,
115
+ 108,
116
+ 109,
117
+ 110,
118
+ 111,
119
+ 112,
120
+ 113,
121
+ 114,
122
+ 115,
123
+ 116,
124
+ 117,
125
+ 118,
126
+ 119,
127
+ 120,
128
+ 121,
129
+ 122,
130
+ 123,
131
+ 124,
132
+ 125,
133
+ 126,
134
+ 127,
135
+ 128,
136
+ 129,
137
+ 130,
138
+ 131,
139
+ 132,
140
+ 133,
141
+ 134,
142
+ 135,
143
+ 136,
144
+ 137,
145
+ 138,
146
+ 139,
147
+ 140,
148
+ 141,
149
+ 142,
150
+ 143,
151
+ 144,
152
+ 145,
153
+ 146,
154
+ 147,
155
+ 148,
156
+ 149,
157
+ 150,
158
+ 151,
159
+ 152,
160
+ 153,
161
+ 154,
162
+ 155,
163
+ 156,
164
+ 157,
165
+ 158,
166
+ 159,
167
+ 160,
168
+ 161,
169
+ 162,
170
+ 163,
171
+ 164,
172
+ 165,
173
+ 166,
174
+ 167,
175
+ 168,
176
+ 169,
177
+ 170,
178
+ 171,
179
+ 172,
180
+ 173,
181
+ 174,
182
+ 175,
183
+ 176,
184
+ 177,
185
+ 178,
186
+ 179,
187
+ 180,
188
+ 181,
189
+ 182,
190
+ 183,
191
+ 184,
192
+ 185,
193
+ 186,
194
+ 187,
195
+ 188,
196
+ 189,
197
+ 190,
198
+ 191,
199
+ 192,
200
+ 193,
201
+ 194,
202
+ 195,
203
+ 196,
204
+ 197,
205
+ 198,
206
+ 199
207
+ ],
208
+ "pretrained_cfg": {
209
+ "tag": "ms_in22k_ft_in1k",
210
+ "custom_load": false,
211
+ "input_size": [
212
+ 3,
213
+ 224,
214
+ 224
215
+ ],
216
+ "fixed_input_size": true,
217
+ "interpolation": "bicubic",
218
+ "crop_pct": 0.9,
219
+ "crop_mode": "center",
220
+ "mean": [
221
+ 0.485,
222
+ 0.456,
223
+ 0.406
224
+ ],
225
+ "std": [
226
+ 0.229,
227
+ 0.224,
228
+ 0.225
229
+ ],
230
+ "num_classes": 1000,
231
+ "pool_size": [
232
+ 7,
233
+ 7
234
+ ],
235
+ "first_conv": "patch_embed.proj",
236
+ "classifier": "head.fc",
237
+ "license": "mit"
238
+ }
239
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9bafac0607d04a2268f3130a93d90c492b55b4818059044c9fe6192b26ebacf
3
+ size 347920815