Update config.json
Browse files- config.json +20 -14
config.json
CHANGED
@@ -3,35 +3,41 @@
|
|
3 |
"num_classes": 2,
|
4 |
"num_features": 2048,
|
5 |
"pretrained_cfg": {
|
6 |
-
"tag": "
|
7 |
"custom_load": false,
|
8 |
"input_size": [
|
9 |
3,
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
12 |
],
|
13 |
"fixed_input_size": false,
|
14 |
-
"interpolation": "
|
15 |
-
"crop_pct": 0
|
|
|
16 |
"crop_mode": "center",
|
17 |
"mean": [
|
18 |
-
0.
|
19 |
-
0.
|
20 |
-
0.
|
21 |
],
|
22 |
"std": [
|
23 |
-
0
|
24 |
-
0
|
25 |
-
0
|
26 |
],
|
27 |
-
"num_classes":
|
28 |
"pool_size": [
|
29 |
7,
|
30 |
7
|
31 |
],
|
32 |
"first_conv": "conv1",
|
33 |
"classifier": "fc",
|
34 |
-
"
|
35 |
-
"
|
36 |
}
|
37 |
}
|
|
|
3 |
"num_classes": 2,
|
4 |
"num_features": 2048,
|
5 |
"pretrained_cfg": {
|
6 |
+
"tag": "tiatoolbox-pcam",
|
7 |
"custom_load": false,
|
8 |
"input_size": [
|
9 |
3,
|
10 |
+
96,
|
11 |
+
96
|
12 |
+
],
|
13 |
+
"test_input_size": [
|
14 |
+
3,
|
15 |
+
96,
|
16 |
+
96
|
17 |
],
|
18 |
"fixed_input_size": false,
|
19 |
+
"interpolation": "bicubic",
|
20 |
+
"crop_pct": 1.0,
|
21 |
+
"test_crop_pct": 1.0,
|
22 |
"crop_mode": "center",
|
23 |
"mean": [
|
24 |
+
0.0,
|
25 |
+
0.0,
|
26 |
+
0.0
|
27 |
],
|
28 |
"std": [
|
29 |
+
1.0,
|
30 |
+
1.0,
|
31 |
+
1.0
|
32 |
],
|
33 |
+
"num_classes": 2,
|
34 |
"pool_size": [
|
35 |
7,
|
36 |
7
|
37 |
],
|
38 |
"first_conv": "conv1",
|
39 |
"classifier": "fc",
|
40 |
+
"origin_url": "https://github.com/huggingface/pytorch-image-models",
|
41 |
+
"paper_ids": "arXiv:2110.00476"
|
42 |
}
|
43 |
}
|