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
8c019479
Commit
8c019479
authored
Aug 03, 2017
by
Marianne Linhares Monteiro
Committed by
GitHub
Aug 03, 2017
Browse files
Adding missing commas
parent
4c9ce20e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tutorials/image/cifar10_estimator/cifar10_main.py
tutorials/image/cifar10_estimator/cifar10_main.py
+2
-2
No files found.
tutorials/image/cifar10_estimator/cifar10_main.py
View file @
8c019479
...
@@ -107,8 +107,8 @@ tf.flags.DEFINE_integer('num_intra_threads', 1,
...
@@ -107,8 +107,8 @@ tf.flags.DEFINE_integer('num_intra_threads', 1,
' from intra-op parallelism are scheduled to run on GPUs.'
)
' from intra-op parallelism are scheduled to run on GPUs.'
)
tf
.
flags
.
DEFINE_integer
(
'num_inter_threads'
,
0
,
tf
.
flags
.
DEFINE_integer
(
'num_inter_threads'
,
0
,
'Number of threads to use for inter-op
'Number of threads to use for inter-op
'
'
parallelism
.
If
set
to
0
,
the
system
will
pick
' parallelism. If set to 0, the system will pick
'
' an appropriate number.'
)
' an appropriate number.'
)
tf
.
flags
.
DEFINE_boolean
(
'force_gpu_compatible'
,
False
,
tf
.
flags
.
DEFINE_boolean
(
'force_gpu_compatible'
,
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