Skip to content

Commit

Permalink
Decrease batch size to fit into memory
Browse files Browse the repository at this point in the history
  • Loading branch information
gzuidhof committed Jun 25, 2016
1 parent b4bdbbe commit efc8df9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/resnet98_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: 36
batch_size_train: 32
batch_size_validation: 68
n_epochs: 240

Expand Down
2 changes: 1 addition & 1 deletion config/resnet98_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: 36
batch_size_train: 32
batch_size_validation: 68
n_epochs: 240

Expand Down
2 changes: 1 addition & 1 deletion config/resnet98_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: 36
batch_size_train: 32
batch_size_validation: 68
n_epochs: 240

Expand Down
2 changes: 1 addition & 1 deletion config/resnet98_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: 36
batch_size_train: 32
batch_size_validation: 68
n_epochs: 240

Expand Down
2 changes: 1 addition & 1 deletion config/resnet98_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: 36
batch_size_train: 32
batch_size_validation: 68
n_epochs: 240

Expand Down

0 comments on commit efc8df9

Please sign in to comment.