-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathmito_lucchi++.yaml
More file actions
63 lines (58 loc) · 1.3 KB
/
mito_lucchi++.yaml
File metadata and controls
63 lines (58 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
experiment_name: mito_lucchi++
description: Binary mitochondria segmentation on Lucchi++ EM dataset
_base_:
- ../connectomics/config/all_profiles.yaml
default:
pipeline_profile: binary
system:
profile: all-gpu-cpu
model:
arch:
profile: monai_unet
input_size: [112, 112, 112]
output_size: [112, 112, 112]
monai:
dropout: 0.1
data:
dataloader:
profile: cached
patch_size: [112, 112, 112]
batch_size: 8
augmentation:
profile: aug_standard
inference:
sliding_window:
window_size: [112, 112, 112]
test_time_augmentation:
enabled: true
flip_axes: all
evaluation:
enabled: true
metrics: [jaccard]
train:
data:
train:
image: datasets/lucchi++/train_im.h5
label: datasets/lucchi++/train_mito.h5
resolution: [5, 5, 5]
optimization:
profile: warmup_cosine_lr
n_steps_per_epoch: 1000
max_epochs: 100
monitor:
logging:
scalar:
loss_every_n_steps: 50
images:
log_every_n_epochs: 10
max_images: 8
num_slices: 2
checkpoint:
save_top_k: 3
monitor: train_loss_total_epoch
test:
data:
test:
image: datasets/lucchi++/test_im.h5
label: datasets/lucchi++/test_mito.h5
resolution: [5, 5, 5]