Ole-Christian Galbo Engstrøm
commited on
Commit
·
3bdae7b
1
Parent(s):
41ad582
Added default config
Browse files- config.json +9 -0
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "unet",
|
| 3 |
+
"architectures": ["UNet"],
|
| 4 |
+
"in_channels": 3,
|
| 5 |
+
"out_channels": 1,
|
| 6 |
+
"pad": true,
|
| 7 |
+
"bilinear": true,
|
| 8 |
+
"normalization": null
|
| 9 |
+
}
|