Upload config
Browse files- config.json +6 -7
config.json
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
"act_layer": null,
|
3 |
"attn_drop_rate": 0.0,
|
4 |
"backbone": null,
|
5 |
-
"c_head_num": null,
|
6 |
"channel_dims": null,
|
7 |
"channels": 256,
|
8 |
"cls_attn_layers": 2,
|
@@ -25,12 +24,6 @@
|
|
25 |
224,
|
26 |
224
|
27 |
],
|
28 |
-
"in_channels": [
|
29 |
-
128,
|
30 |
-
256,
|
31 |
-
480,
|
32 |
-
480
|
33 |
-
],
|
34 |
"in_chans": 3,
|
35 |
"in_index": [
|
36 |
0,
|
@@ -51,6 +44,12 @@
|
|
51 |
"reshape_last_stage": false,
|
52 |
"rounding_mode": "floor",
|
53 |
"se_mlp": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
"semantic_loss_ignore_index": -100,
|
55 |
"sharpen_attn": false,
|
56 |
"tokens_norm": true,
|
|
|
2 |
"act_layer": null,
|
3 |
"attn_drop_rate": 0.0,
|
4 |
"backbone": null,
|
|
|
5 |
"channel_dims": null,
|
6 |
"channels": 256,
|
7 |
"cls_attn_layers": 2,
|
|
|
24 |
224,
|
25 |
224
|
26 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
"in_chans": 3,
|
28 |
"in_index": [
|
29 |
0,
|
|
|
44 |
"reshape_last_stage": false,
|
45 |
"rounding_mode": "floor",
|
46 |
"se_mlp": false,
|
47 |
+
"segmentation_in_channels": [
|
48 |
+
128,
|
49 |
+
256,
|
50 |
+
480,
|
51 |
+
480
|
52 |
+
],
|
53 |
"semantic_loss_ignore_index": -100,
|
54 |
"sharpen_attn": false,
|
55 |
"tokens_norm": true,
|