Skip to content

Commit

Permalink
Larger batch size, max that fits on Tesla K40M
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof committed Jun 26, 2016
1 parent fb58ad2 commit cfd0ed7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/resnet56_09.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ optimization: -
learning_rate: 0 ;not used, see schedule
momentum: 0.90
l2_lambda: 0.00002
batch_size_train: 68
batch_size_train: 72
batch_size_validation: 138
n_epochs: 240

Expand Down
2 changes: 1 addition & 1 deletion config/resnet56_12.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ optimization: -
learning_rate: 0 ;not used, see schedule
momentum: 0.90
l2_lambda: 0.00002
batch_size_train: 68
batch_size_train: 72
batch_size_validation: 138
n_epochs: 240

Expand Down
2 changes: 1 addition & 1 deletion config/resnet56_34.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ optimization: -
learning_rate: 0 ;not used, see schedule
momentum: 0.90
l2_lambda: 0.00002
batch_size_train: 68
batch_size_train: 72
batch_size_validation: 138
n_epochs: 240

Expand Down
2 changes: 1 addition & 1 deletion config/resnet56_56.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ optimization: -
learning_rate: 0 ;not used, see schedule
momentum: 0.90
l2_lambda: 0.00002
batch_size_train: 68
batch_size_train: 72
batch_size_validation: 138
n_epochs: 240

Expand Down
2 changes: 1 addition & 1 deletion config/resnet56_78.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ optimization: -
learning_rate: 0 ;not used, see schedule
momentum: 0.90
l2_lambda: 0.00002
batch_size_train: 68
batch_size_train: 72
batch_size_validation: 128
n_epochs: 240

Expand Down

0 comments on commit cfd0ed7

Please sign in to comment.