"git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "488660dddd6c4248a569ef902cd16aa76fd1e85f"
Commit 4b31d8fe authored by Derek Chow's avatar Derek Chow
Browse files

Reduce batchsize from 32->24 for SSD configs.

parent b0a13bfa
......@@ -134,7 +134,7 @@ model {
}
train_config: {
batch_size: 32
batch_size: 24
optimizer {
rms_prop_optimizer: {
learning_rate: {
......
......@@ -140,7 +140,7 @@ model {
}
train_config: {
batch_size: 32
batch_size: 24
optimizer {
rms_prop_optimizer: {
learning_rate: {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment