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
4d459762
Unverified
Commit
4d459762
authored
Nov 29, 2017
by
Neal Wu
Committed by
GitHub
Nov 29, 2017
Browse files
Merge pull request #2414 from xcyan/fix_2240
Fix 2240 [PTN]: Remove the default value in 'master' flag
parents
59e9b97f
c865727c
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 @
4d459762
...
@@ -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