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
954825b0
Unverified
Commit
954825b0
authored
Dec 14, 2017
by
derekjchow
Committed by
GitHub
Dec 14, 2017
Browse files
Merge pull request #3007 from jzhugithub/master
fix eval_training_data bug
parents
6db9f028
bc061e9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
research/object_detection/eval.py
research/object_detection/eval.py
+4
-1
No files found.
research/object_detection/eval.py
View file @
954825b0
...
@@ -103,7 +103,10 @@ def main(unused_argv):
...
@@ -103,7 +103,10 @@ def main(unused_argv):
model_config
=
configs
[
'model'
]
model_config
=
configs
[
'model'
]
eval_config
=
configs
[
'eval_config'
]
eval_config
=
configs
[
'eval_config'
]
input_config
=
configs
[
'eval_input_config'
]
if
FLAGS
.
eval_training_data
:
input_config
=
configs
[
'train_input_config'
]
else
:
input_config
=
configs
[
'eval_input_config'
]
model_fn
=
functools
.
partial
(
model_fn
=
functools
.
partial
(
model_builder
.
build
,
model_builder
.
build
,
...
...
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