Skip to content

Commit

Permalink
Default to adam optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof committed Jun 12, 2016
1 parent 8186edc commit 2c049e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/default_05mm.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ branching_factor: 3
batch_normalization: True

[updates]
optimization: nesterov
optimization: adam
learning_rate: 0.0001
momentum: 0.99
l2_lambda: 1e-4
Expand Down
2 changes: 1 addition & 1 deletion config/default_05mm_titan.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ branching_factor: 3
batch_normalization: True

[updates]
optimization: nesterov
optimization: adam
learning_rate: 0.0005
momentum: 0.92
l2_lambda: 1e-5
Expand Down
2 changes: 1 addition & 1 deletion config/default_05mm_titan_10lr.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ branching_factor: 3
batch_normalization: True

[updates]
optimization: nesterov
optimization: adam
learning_rate: 0.0005
momentum: 0.92
l2_lambda: 5e-5
Expand Down
4 changes: 2 additions & 2 deletions config/default_cluster.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ filenames_train: /scratch-shared/vdgugten/data/0.5_0.5_0.5mm_slices_lung/subset[
filenames_validation: /scratch-shared/vdgugten/data/0.5_0.5_0.5mm_slices_lung/subset[8]/*.pkl.gz

[updates]
optimization: nesterov
learning_rate: 0.0001
optimization: adam
learning_rate: 0.005
momentum: 0.94
l2_lambda: 1e-4
batch_size_train: 12
Expand Down

0 comments on commit 2c049e0

Please sign in to comment.