-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.yml
61 lines (61 loc) · 1.23 KB
/
config.yml
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
data:
affine_file: data/affine.npy
all_mods:
- t1
- t1ce
- flair
- t2
aug_distort: 0.25
augment: false
augment_distortion_factor: 0.25
augment_flip: true
batch_size_train: 1
batch_size_val: 1
cross_val_indices: data/cross_val_indices.pkl
img_shape:
- 240
- 240
- 155
labels:
- 1
- 2
- 4
len_testing: 166
len_training: 335
len_validation: 125
mean_std_file: data/mean_std.pkl
patch_overlap: 64
permute: true
skip_health: true
source_test: data/MICCAI_BraTS_2019_Data_Testing
source_train: data/MICCAI_BraTS_2019_Data_Training
source_val: data/MICCAI_BraTS_2019_Data_Validation
spe_file: data/spe.pkl
testing_h5: data/testing.h5
training_h5: data/training.h5
validation_h5: data/validation.h5
inclusive_label: true
both_ps: false
predict:
output_folder: data/predicted
search:
patch_shape: 64
best_geno_count: 40
channel_change: true
depth: 4
epochs: 200
geno_file: log/best_genotype.pkl
gpu: true
grad_clip: 5
init_n_kernels: 4
last_save: log/last_search.pt
best_shot: log/best_search.pt
log_path: log
multi_gpus: false
n_nodes: 3
normal_w_share: false
train:
patch_shape: 128
best_shot: log/best_train.pt
epochs: 300
last_save: log/last_train.pt