1aurent commited on
Commit
f42b8a6
1 Parent(s): b19f465

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +19 -12
config.json CHANGED
@@ -1,37 +1,44 @@
1
  {
2
  "architecture": "resnext101_32x8d",
3
  "num_classes": 9,
 
4
  "num_features": 2048,
5
  "pretrained_cfg": {
6
- "tag": "tv_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,
19
- 0.456,
20
- 0.406
21
  ],
22
  "std": [
23
- 0.229,
24
- 0.224,
25
- 0.225
26
  ],
27
- "num_classes": 1000,
28
  "pool_size": [
29
  7,
30
  7
31
  ],
32
  "first_conv": "conv1",
33
  "classifier": "fc",
34
- "license": "bsd-3-clause",
35
- "origin_url": "https://github.com/pytorch/vision"
36
  }
37
  }
 
1
  {
2
  "architecture": "resnext101_32x8d",
3
  "num_classes": 9,
4
+ "label_names": ["BACK", "NORM", "DEB", "TUM", "ADI", "MUC", "MUS", "STR", "LYM"],
5
  "num_features": 2048,
6
  "pretrained_cfg": {
7
+ "tag": "tiatoolbox-kather100k",
8
  "custom_load": false,
9
  "input_size": [
10
  3,
11
  224,
12
  224
13
  ],
14
+ "test_input_size": [
15
+ 3,
16
+ 224,
17
+ 224
18
+ ],
19
  "fixed_input_size": false,
20
+ "interpolation": "bicubic",
21
+ "crop_pct": 1.0,
22
+ "test_crop_pct": 1.0,
23
  "crop_mode": "center",
24
  "mean": [
25
+ 0.0,
26
+ 0.0,
27
+ 0.0
28
  ],
29
  "std": [
30
+ 1.0,
31
+ 1.0,
32
+ 1.0
33
  ],
34
+ "num_classes": 9,
35
  "pool_size": [
36
  7,
37
  7
38
  ],
39
  "first_conv": "conv1",
40
  "classifier": "fc",
41
+ "origin_url": "https://github.com/huggingface/pytorch-image-models",
42
+ "paper_ids": "arXiv:2110.00476"
43
  }
44
  }