mjun0812 commited on
Commit
c0bac83
·
verified ·
1 Parent(s): f786c83

Add model

Browse files
Files changed (1) hide show
  1. config.json +6 -11
config.json CHANGED
@@ -1,24 +1,18 @@
1
  {
2
- "architecture": "resnext50d_32x4d",
3
  "num_classes": 1000,
4
  "num_features": 2048,
5
  "pretrained_cfg": {
6
- "tag": "bt_in1k",
7
  "custom_load": false,
8
  "input_size": [
9
  3,
10
  224,
11
  224
12
  ],
13
- "test_input_size": [
14
- 3,
15
- 288,
16
- 288
17
- ],
18
  "fixed_input_size": false,
19
- "interpolation": "bicubic",
20
  "crop_pct": 0.875,
21
- "test_crop_pct": 0.95,
22
  "crop_mode": "center",
23
  "mean": [
24
  0.485,
@@ -35,9 +29,10 @@
35
  7,
36
  7
37
  ],
38
- "first_conv": "conv1.0",
39
  "classifier": "fc",
40
- "origin_url": "https://github.com/huggingface/pytorch-image-models"
 
41
  },
42
  "layers": [
43
  3,
 
1
  {
2
+ "architecture": "resnext101_32x4d",
3
  "num_classes": 1000,
4
  "num_features": 2048,
5
  "pretrained_cfg": {
6
+ "tag": "fb_ssl_yfcc100m_ft_in1k",
7
  "custom_load": false,
8
  "input_size": [
9
  3,
10
  224,
11
  224
12
  ],
 
 
 
 
 
13
  "fixed_input_size": false,
14
+ "interpolation": "bilinear",
15
  "crop_pct": 0.875,
 
16
  "crop_mode": "center",
17
  "mean": [
18
  0.485,
 
29
  7,
30
  7
31
  ],
32
+ "first_conv": "conv1",
33
  "classifier": "fc",
34
+ "license": "cc-by-nc-4.0",
35
+ "origin_url": "https://github.com/facebookresearch/semi-supervised-ImageNet1K-models"
36
  },
37
  "layers": [
38
  3,