Update config.json
Browse files- config.json +14 -13
config.json
CHANGED
|
@@ -1,14 +1,15 @@
|
|
| 1 |
-
{
|
| 2 |
-
"N": 2,
|
| 3 |
-
"catorig": false,
|
| 4 |
-
"n_channels": 1,
|
| 5 |
-
"n_classes": 2,
|
| 6 |
-
"outker": 1,
|
| 7 |
-
"skip": true,
|
| 8 |
-
"skipcat": false,
|
| 9 |
-
"width": 32,
|
| 10 |
-
"model_type": "custom_unet",
|
| 11 |
-
"auto_map": {
|
| 12 |
-
"
|
| 13 |
-
|
|
|
|
| 14 |
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"N": 2,
|
| 3 |
+
"catorig": false,
|
| 4 |
+
"n_channels": 1,
|
| 5 |
+
"n_classes": 2,
|
| 6 |
+
"outker": 1,
|
| 7 |
+
"skip": true,
|
| 8 |
+
"skipcat": false,
|
| 9 |
+
"width": 32,
|
| 10 |
+
"model_type": "custom_unet",
|
| 11 |
+
"auto_map": {
|
| 12 |
+
"AutoConfig": "unet.UNetConfig",
|
| 13 |
+
"AutoModel": "unet.UNet"
|
| 14 |
+
}
|
| 15 |
}
|