1aurent commited on
Commit
a1628ed
1 Parent(s): 1d6ac64

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -11
config.json CHANGED
@@ -1,9 +1,10 @@
1
  {
2
  "architecture": "resnext50_32x4d",
3
  "num_classes": 9,
 
4
  "num_features": 2048,
5
  "pretrained_cfg": {
6
- "tag": "a1_in1k",
7
  "custom_load": false,
8
  "input_size": [
9
  3,
@@ -12,25 +13,25 @@
12
  ],
13
  "test_input_size": [
14
  3,
15
- 288,
16
- 288
17
  ],
18
  "fixed_input_size": false,
19
  "interpolation": "bicubic",
20
- "crop_pct": 0.95,
21
  "test_crop_pct": 1.0,
22
  "crop_mode": "center",
23
  "mean": [
24
- 0.485,
25
- 0.456,
26
- 0.406
27
  ],
28
  "std": [
29
- 0.229,
30
- 0.224,
31
- 0.225
32
  ],
33
- "num_classes": 1000,
34
  "pool_size": [
35
  7,
36
  7
 
1
  {
2
  "architecture": "resnext50_32x4d",
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,
 
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