You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -8,20 +8,20 @@ class_names: # names for tensorboard, and label index gro
8
8
- { name: mass, index: [2,3] }
9
9
- { name: tumor, index: [2] }
10
10
11
+
# OPTIONAL
11
12
# use final sigmoid activation (instead of the default softmax), since KiTS regions are overlapping (multi-label segmentation)
12
13
# this is optional to set, the system auto-detects overlapping labels automatically.
13
14
sigmoid: true
14
15
15
-
16
16
# the config below is optional, but it explicitly sets params as it was used during KiTS23 challenge
17
-
# otherwise, the defaults are (auto_scale_allowed is True) and the system will attempt to guess these settings according to the available GPU (e.g. make batch size larger)
17
+
# otherwise, the defaults are used, auto_scale_allowed is True and the system will attempt to guess these settings according to the available GPU (e.g. make batch size larger)
18
18
auto_scale_allowed: false
19
-
roi_size: [256, 256, 256]
20
19
num_epochs: 600
21
-
loss: {_target_: DiceLoss}
20
+
resample: true
21
+
resample_resolution: [0.78125, 0.78125, 0.78125]
22
+
# roi_size: [256, 256, 256]
23
+
# roi_size: [336, 336, 336]
24
+
# loss: {_target_: DiceLoss}
22
25
# batch_size: 1
23
-
# resample: true
24
-
# resample_resolution: [0.78125, 0.78125, 0.78125] # this is auto determined, uncomment to set another value manually
0 commit comments