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
6263692b
Commit
6263692b
authored
Oct 16, 2017
by
derekjchow
Committed by
GitHub
Oct 16, 2017
Browse files
Merge pull request #2522 from crizCraig/patch-1
BNS=>DNS in arg description string
parents
fd65257c
745a4481
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/object_detection/train.py
research/object_detection/train.py
+1
-1
No files found.
research/object_detection/train.py
View file @
6263692b
...
...
@@ -59,7 +59,7 @@ from object_detection.protos import train_pb2
tf
.
logging
.
set_verbosity
(
tf
.
logging
.
INFO
)
flags
=
tf
.
app
.
flags
flags
.
DEFINE_string
(
'master'
,
''
,
'
BNS n
ame of the TensorFlow master to use.'
)
flags
.
DEFINE_string
(
'master'
,
''
,
'
N
ame of the TensorFlow master to use.'
)
flags
.
DEFINE_integer
(
'task'
,
0
,
'task id'
)
flags
.
DEFINE_integer
(
'num_clones'
,
1
,
'Number of clones to deploy per worker.'
)
flags
.
DEFINE_boolean
(
'clone_on_cpu'
,
False
,
...
...
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