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
2afc3d5d
"...git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "d7ea643bfef10149234043e05e0985b19b6f7b10"
Unverified
Commit
2afc3d5d
authored
Mar 26, 2018
by
hsm207
Committed by
GitHub
Mar 26, 2018
Browse files
Fix typo.
parent
2d599d11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/deeplab/train.py
research/deeplab/train.py
+1
-1
No files found.
research/deeplab/train.py
View file @
2afc3d5d
...
@@ -66,7 +66,7 @@ flags.DEFINE_integer('save_interval_secs', 1200,
...
@@ -66,7 +66,7 @@ flags.DEFINE_integer('save_interval_secs', 1200,
flags
.
DEFINE_integer
(
'save_summaries_secs'
,
600
,
flags
.
DEFINE_integer
(
'save_summaries_secs'
,
600
,
'How often, in seconds, we compute the summaries.'
)
'How often, in seconds, we compute the summaries.'
)
# Settings for training strateg
r
y.
# Settings for training strategy.
flags
.
DEFINE_enum
(
'learning_policy'
,
'poly'
,
[
'poly'
,
'step'
],
flags
.
DEFINE_enum
(
'learning_policy'
,
'poly'
,
[
'poly'
,
'step'
],
'Learning rate policy for training.'
)
'Learning rate policy for training.'
)
...
...
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