Skip to content

Commit

Permalink
Reduce batchsize from 32->24 for SSD configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekjchow-google committed Jun 15, 2017
1 parent b0a13bf commit 4b31d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ model {
}

train_config: {
batch_size: 32
batch_size: 24
optimizer {
rms_prop_optimizer: {
learning_rate: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ model {
}

train_config: {
batch_size: 32
batch_size: 24
optimizer {
rms_prop_optimizer: {
learning_rate: {
Expand Down

0 comments on commit 4b31d8f

Please sign in to comment.