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
d58f7590
Commit
d58f7590
authored
Feb 10, 2019
by
Zack Hsiao
Committed by
pkulzc
Feb 09, 2019
Browse files
Fix Object detection API wrong argument when using run_once (#6010)
parent
05383c7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
research/object_detection/model_main.py
research/object_detection/model_main.py
+1
-1
No files found.
research/object_detection/model_main.py
View file @
d58f7590
...
@@ -86,7 +86,7 @@ def main(unused_argv):
...
@@ -86,7 +86,7 @@ def main(unused_argv):
input_fn
=
eval_input_fns
[
0
]
input_fn
=
eval_input_fns
[
0
]
if
FLAGS
.
run_once
:
if
FLAGS
.
run_once
:
estimator
.
evaluate
(
input_fn
,
estimator
.
evaluate
(
input_fn
,
num_eval_
steps
=
None
,
steps
=
None
,
checkpoint_path
=
tf
.
train
.
latest_checkpoint
(
checkpoint_path
=
tf
.
train
.
latest_checkpoint
(
FLAGS
.
checkpoint_dir
))
FLAGS
.
checkpoint_dir
))
else
:
else
:
...
...
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