Push model using huggingface_hub.
Browse files- config.json +7 -4
config.json
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
-
{
|
| 2 |
-
"bilinear": false,
|
| 3 |
-
"
|
| 4 |
-
"
|
|
|
|
|
|
|
|
|
|
| 5 |
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bilinear": false,
|
| 3 |
+
"enable_attention_gate": false,
|
| 4 |
+
"enable_dropout": false,
|
| 5 |
+
"enable_shortcut": false,
|
| 6 |
+
"n_channels": 12,
|
| 7 |
+
"n_classes": 1
|
| 8 |
}
|