Upload config.json with huggingface_hub
Browse files- config.json +14 -0
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backbone": "siren",
|
| 3 |
+
"in_features": 2,
|
| 4 |
+
"hidden_features": 128,
|
| 5 |
+
"hidden_layers": 4,
|
| 6 |
+
"num_classes": 5,
|
| 7 |
+
"resolution": 192,
|
| 8 |
+
"omega_0": 30.0,
|
| 9 |
+
"has_adapter": false,
|
| 10 |
+
"adapter_hidden_dim": 256,
|
| 11 |
+
"seg_head_hidden": [
|
| 12 |
+
128
|
| 13 |
+
]
|
| 14 |
+
}
|