Skip to content

Commit

Permalink
Merge pull request tensorflow#1565 from derekjchow/master
Browse files Browse the repository at this point in the history
Reduce batchsize from 32->24 for SSD configs.
  • Loading branch information
nealwu authored Jun 15, 2017
2 parents df05d72 + 4b31d8f commit 6aa8eb4
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 6aa8eb4

Please sign in to comment.