Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
4b31d8fe
Commit
4b31d8fe
authored
Jun 15, 2017
by
Derek Chow
Browse files
Reduce batchsize from 32->24 for SSD configs.
parent
b0a13bfa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
object_detection/samples/configs/ssd_inception_v2_pets.config
...ct_detection/samples/configs/ssd_inception_v2_pets.config
+1
-1
object_detection/samples/configs/ssd_mobilenet_v1_pets.config
...ct_detection/samples/configs/ssd_mobilenet_v1_pets.config
+1
-1
No files found.
object_detection/samples/configs/ssd_inception_v2_pets.config
View file @
4b31d8fe
...
@@ -134,7 +134,7 @@ model {
...
@@ -134,7 +134,7 @@ model {
}
}
train_config
: {
train_config
: {
batch_size
:
3
2
batch_size
:
2
4
optimizer
{
optimizer
{
rms_prop_optimizer
: {
rms_prop_optimizer
: {
learning_rate
: {
learning_rate
: {
...
...
object_detection/samples/configs/ssd_mobilenet_v1_pets.config
View file @
4b31d8fe
...
@@ -140,7 +140,7 @@ model {
...
@@ -140,7 +140,7 @@ model {
}
}
train_config
: {
train_config
: {
batch_size
:
3
2
batch_size
:
2
4
optimizer
{
optimizer
{
rms_prop_optimizer
: {
rms_prop_optimizer
: {
learning_rate
: {
learning_rate
: {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment