-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathresnet32_56.ini
53 lines (45 loc) · 1.01 KB
/
resnet32_56.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_resnet32_56
[dataset]
pixels: 96
n_classes: 2
channels: 1
subset: None
filenames_train: /scratch-shared/vdgugten/data/cadOWN_0.5mm_96x96_xy_xz_yz/subset[0124389]/*/*.pkl.gz
filenames_validation: /scratch-shared/vdgugten/data/cadOWN_0.5mm_96x96_xy_xz_yz/subset[7]/*/*.pkl.gz
data_folder: None ;not used
[network]
architecture: resnet
input_size: 64
depth: 3
branching_factor: 2
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.00005
batch_size_train: 160
batch_size_validation: 400
n_epochs: 260
[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