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": "hybrid",
|
5 |
-
"c_head_num": null,
|
6 |
"channel_dims": [
|
7 |
384,
|
8 |
384,
|
@@ -45,12 +44,6 @@
|
|
45 |
224,
|
46 |
224
|
47 |
],
|
48 |
-
"in_channels": [
|
49 |
-
128,
|
50 |
-
256,
|
51 |
-
384,
|
52 |
-
384
|
53 |
-
],
|
54 |
"in_chans": 3,
|
55 |
"in_index": [
|
56 |
0,
|
@@ -71,6 +64,12 @@
|
|
71 |
"reshape_last_stage": false,
|
72 |
"rounding_mode": "floor",
|
73 |
"se_mlp": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
"semantic_loss_ignore_index": -100,
|
75 |
"sharpen_attn": false,
|
76 |
"tokens_norm": true,
|
|
|
2 |
"act_layer": null,
|
3 |
"attn_drop_rate": 0.0,
|
4 |
"backbone": "hybrid",
|
|
|
5 |
"channel_dims": [
|
6 |
384,
|
7 |
384,
|
|
|
44 |
224,
|
45 |
224
|
46 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
"in_chans": 3,
|
48 |
"in_index": [
|
49 |
0,
|
|
|
64 |
"reshape_last_stage": false,
|
65 |
"rounding_mode": "floor",
|
66 |
"se_mlp": false,
|
67 |
+
"segmentation_in_channels": [
|
68 |
+
128,
|
69 |
+
256,
|
70 |
+
384,
|
71 |
+
384
|
72 |
+
],
|
73 |
"semantic_loss_ignore_index": -100,
|
74 |
"sharpen_attn": false,
|
75 |
"tokens_norm": true,
|