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
6aa8eb46
Commit
6aa8eb46
authored
Jun 15, 2017
by
Neal Wu
Committed by
GitHub
Jun 15, 2017
Browse files
Merge pull request #1565 from derekjchow/master
Reduce batchsize from 32->24 for SSD configs.
parents
df05d720
4b31d8fe
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 @
6aa8eb46
...
@@ -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 @
6aa8eb46
...
@@ -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