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
cc5a7980
Unverified
Commit
cc5a7980
authored
Jun 29, 2020
by
kmindspark
Committed by
GitHub
Jun 29, 2020
Browse files
revert properly (#8751)
parent
e569c04c
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_lib_v2.py
research/object_detection/model_lib_v2.py
+1
-1
No files found.
research/object_detection/model_lib_v2.py
View file @
cc5a7980
...
...
@@ -911,7 +911,7 @@ def eval_continuously(
for
eval_name
,
eval_input
in
eval_inputs
:
summary_writer
=
tf
.
compat
.
v2
.
summary
.
create_file_writer
(
model_dir
+
'
/
eval'
+
eval_name
)
os
.
path
.
join
(
model_dir
,
'eval'
,
eval_name
)
)
with
summary_writer
.
as_default
():
eager_eval_loop
(
detection_model
,
...
...
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