darragh commited on
Commit
87f8104
1 Parent(s): 9d9787e

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +26 -0
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "SwinUNETR",
3
+ "img_size": 96,
4
+ "in_channels": 1,
5
+ "out_channels": 14,
6
+ "depths": [
7
+ 2,
8
+ 2,
9
+ 2,
10
+ 2
11
+ ],
12
+ "num_heads": [
13
+ 3,
14
+ 6,
15
+ 12,
16
+ 24
17
+ ],
18
+ "feature_size": 12,
19
+ "norm_name": "instance",
20
+ "drop_rate": 0.0,
21
+ "attn_drop_rate": 0.0,
22
+ "dropout_path_rate": 0.0,
23
+ "normalize": true,
24
+ "use_checkpoint": false,
25
+ "spatial_dims": 3
26
+ }