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
c865727c
Commit
c865727c
authored
Sep 18, 2017
by
Xinchen Yan
Browse files
fix 2240: fix the default master flag
parent
6e4bbb74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/ptn/eval_rotator.py
research/ptn/eval_rotator.py
+1
-1
No files found.
research/ptn/eval_rotator.py
View file @
c865727c
...
@@ -64,7 +64,7 @@ flags.DEFINE_float('clip_gradient_norm', 0, '')
...
@@ -64,7 +64,7 @@ flags.DEFINE_float('clip_gradient_norm', 0, '')
flags
.
DEFINE_integer
(
'save_summaries_secs'
,
15
,
''
)
flags
.
DEFINE_integer
(
'save_summaries_secs'
,
15
,
''
)
flags
.
DEFINE_integer
(
'eval_interval_secs'
,
60
*
5
,
''
)
flags
.
DEFINE_integer
(
'eval_interval_secs'
,
60
*
5
,
''
)
# Scheduling
# Scheduling
flags
.
DEFINE_string
(
'master'
,
'
local
'
,
''
)
flags
.
DEFINE_string
(
'master'
,
''
,
''
)
FLAGS
=
flags
.
FLAGS
FLAGS
=
flags
.
FLAGS
...
...
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