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
5e2f2295
Commit
5e2f2295
authored
Nov 16, 2017
by
Barret Zoph
Committed by
Sergio Guadarrama
Nov 16, 2017
Browse files
Update eval_image_classifier.py (#2807)
parent
fedda45e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/slim/eval_image_classifier.py
research/slim/eval_image_classifier.py
+1
-1
No files found.
research/slim/eval_image_classifier.py
View file @
5e2f2295
...
@@ -28,7 +28,7 @@ from preprocessing import preprocessing_factory
...
@@ -28,7 +28,7 @@ from preprocessing import preprocessing_factory
slim
=
tf
.
contrib
.
slim
slim
=
tf
.
contrib
.
slim
tf
.
app
.
flags
.
DEFINE_integer
(
tf
.
app
.
flags
.
DEFINE_integer
(
'batch_size'
,
10
0
,
'The number of samples in each batch.'
)
'batch_size'
,
5
0
,
'The number of samples in each batch.'
)
tf
.
app
.
flags
.
DEFINE_integer
(
tf
.
app
.
flags
.
DEFINE_integer
(
'max_num_batches'
,
None
,
'max_num_batches'
,
None
,
...
...
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