nano6626 commited on
Commit
e34361f
·
verified ·
1 Parent(s): 38b1ab3

Update config.json

Browse files
Files changed (1) hide show
  1. 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
- "AutoModel": "unet.UNet"
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
  }