-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathdefault_fr3dnet.ini
53 lines (45 loc) · 925 Bytes
/
default_fr3dnet.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: Fr3dnet default settings
name: fr3dnet
[dataset]
pixels: 64
n_classes: 2
channels: 1
subset: None
filenames_train: 0,1,2,3,4,5,6,7
filenames_validation: 8
data_folder: /scratch-shared/vdgugten/cad/0.75_0.75_0.75/
[network]
architecture: fr3dnet
input_size: 42
depth: 2
branching_factor: 1
batch_normalization: True
batch_normalization_alpha: 0.1
dropout: 0.25
spatial_dropout: 0.5
gaussian_noise: 0.05
[updates]
optimization: ADAM
learning_rate: 0.01
momentum: 0.9
l2_lambda: 1e-4
batch_size_train: 72
batch_size_validation: 160
n_epochs: 200
[preprocessing] ;Not used
random_crop: 0 ;no cropping
erode_segmentation: 11
[normalization]
zero_center: True
mean_pixel: 0.2606236106512
[augmentation] ;Not used
augment: True
flip: True
zoom: 0.08 ;Only if OpenCV2 is available
rotation: 20
translation: 3
[misc]
multiprocess_load_augmentation: True
save_every_n_epoch: 2
n_workers_load_augmentation: 24