-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathresnet44_34.ini
53 lines (45 loc) · 1.01 KB
/
resnet44_34.ini
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
[info]
experiment: ResNet default settings
name: OWN_resnet44_34
[dataset]
pixels: 96
n_classes: 2
channels: 1
subset: None
filenames_train: /scratch-shared/vdgugten/data/cadOWN_0.5mm_96x96_xy_xz_yz/subset[0156789]/*/*.pkl.gz
filenames_validation: /scratch-shared/vdgugten/data/cadOWN_0.5mm_96x96_xy_xz_yz/subset[2]/*/*.pkl.gz
data_folder: None ;not used
[network]
architecture: resnet
input_size: 64
depth: 4
branching_factor: 4
batch_normalization: True
batch_normalization_alpha: 0.1
dropout: 0.25
spatial_dropout: 0.5
gaussian_noise: 0.05
[updates]
optimization: -
learning_rate: 0 ;not used, see schedule
momentum: 0.92
l2_lambda: 0.0001
batch_size_train: 128
batch_size_validation: 256
n_epochs: 240
[preprocessing] ;Not used
random_crop: 0 ;no cropping
erode_segmentation: 11
[normalization]
zero_center: True
mean_pixel: 0.2606236106512
[augmentation]
augment: True
flip: True
zoom: 0.1
rotation: 20
translation: 3
[misc]
multiprocess_load_augmentation: False
save_every_n_epoch: 3
n_workers_load_augmentation: 12