-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
other resnet_config + dataset_2D crops to input size
- Loading branch information
Jeroen
committed
Jun 21, 2016
1 parent
32c9e62
commit 8f3a399
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
[info] | ||
experiment: ResNet default settings | ||
name: resnet | ||
|
||
[dataset] | ||
pixels: 64 | ||
n_classes: 2 | ||
channels: 1 | ||
subset: None | ||
filenames_train: ./../../data/cadV2_0.5mm_64x64_xy_xz_yz/subset[0-7]/*/*.pkl.gz | ||
filenames_validation:./../../data/cadV2_0.5mm_64x64_xy_xz_yz/subset[8]/*/*.pkl.gz | ||
data_folder: None ;not used | ||
|
||
[network] | ||
architecture: resnet | ||
input_size: 48 | ||
depth: 1 | ||
branching_factor: 8 | ||
batch_normalization: False | ||
batch_normalization_alpha: 0.3 | ||
dropout: 0.25 | ||
spatial_dropout: 0.5 | ||
gaussian_noise: 0.05 | ||
|
||
[updates] | ||
optimization: - | ||
learning_rate: 0 ;not used, see schedule | ||
momentum: 0.9 | ||
l2_lambda: 0.00005 | ||
batch_size_train: 128 | ||
batch_size_validation: 256 | ||
n_epochs: 100 | ||
|
||
[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.08 ;Only if OpenCV2 is available | ||
rotation: 20 | ||
translation: 3 | ||
|
||
|
||
[misc] | ||
multiprocess_load_augmentation: False | ||
save_every_n_epoch: 2 | ||
n_workers_load_augmentation: 6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters