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
9bbbeb44
Commit
9bbbeb44
authored
Feb 27, 2018
by
Andrew M. Dai
Browse files
Fix some minor API issues.
parent
61b18977
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
research/maskgan/train_mask_gan.py
research/maskgan/train_mask_gan.py
+1
-2
No files found.
research/maskgan/train_mask_gan.py
View file @
9bbbeb44
...
@@ -81,8 +81,7 @@ tf.app.flags.DEFINE_enum(
...
@@ -81,8 +81,7 @@ tf.app.flags.DEFINE_enum(
tf
.
app
.
flags
.
DEFINE_string
(
'master'
,
''
,
tf
.
app
.
flags
.
DEFINE_string
(
'master'
,
''
,
"""Name of the TensorFlow master to use."""
)
"""Name of the TensorFlow master to use."""
)
tf
.
app
.
flags
.
DEFINE_string
(
'eval_master'
,
''
,
tf
.
app
.
flags
.
DEFINE_string
(
'eval_master'
,
''
,
"""Name prefix of the Tensorflow eval master,
"""Name prefix of the Tensorflow eval master."""
)
or "local"."""
)
tf
.
app
.
flags
.
DEFINE_integer
(
'task'
,
0
,
tf
.
app
.
flags
.
DEFINE_integer
(
'task'
,
0
,
"""Task id of the replica running the training."""
)
"""Task id of the replica running the training."""
)
tf
.
app
.
flags
.
DEFINE_integer
(
'ps_tasks'
,
0
,
"""Number of tasks in the ps job.
tf
.
app
.
flags
.
DEFINE_integer
(
'ps_tasks'
,
0
,
"""Number of tasks in the ps job.
...
...
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