anonauthors commited on
Commit
de03265
1 Parent(s): 29448dc
Files changed (2) hide show
  1. config.json +12 -8
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,8 +1,7 @@
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,
@@ -206,16 +205,22 @@
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,
@@ -232,8 +237,7 @@
232
  7,
233
  7
234
  ],
235
- "first_conv": "patch_embed.proj",
236
- "classifier": "head.fc",
237
- "license": "mit"
238
  }
239
  }
 
1
  {
2
+ "architecture": "convnext_base",
3
  "num_classes": 200,
4
  "num_features": 1024,
 
5
  "label_names": [
6
  0,
7
  1,
 
205
  199
206
  ],
207
  "pretrained_cfg": {
208
+ "tag": "fb_in1k",
209
  "custom_load": false,
210
  "input_size": [
211
  3,
212
  224,
213
  224
214
  ],
215
+ "test_input_size": [
216
+ 3,
217
+ 288,
218
+ 288
219
+ ],
220
+ "fixed_input_size": false,
221
  "interpolation": "bicubic",
222
+ "crop_pct": 0.875,
223
+ "test_crop_pct": 1.0,
224
  "crop_mode": "center",
225
  "mean": [
226
  0.485,
 
237
  7,
238
  7
239
  ],
240
+ "first_conv": "stem.0",
241
+ "classifier": "head.fc"
 
242
  }
243
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b9bafac0607d04a2268f3130a93d90c492b55b4818059044c9fe6192b26ebacf
3
- size 347920815
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5c2b88328bc7569ed0d4cecfa2d9c43713f1eeda114d2d0c0ad6dd02b773566
3
+ size 351212689