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
b74b4ee1
Commit
b74b4ee1
authored
Aug 31, 2020
by
Le Hou
Committed by
A. Unique TensorFlower
Aug 31, 2020
Browse files
orbit.StandardEvaluator minor update
PiperOrigin-RevId: 329355546
parent
91afecbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
orbit/standard_runner.py
orbit/standard_runner.py
+1
-1
No files found.
orbit/standard_runner.py
View file @
b74b4ee1
...
...
@@ -193,7 +193,7 @@ class StandardEvaluator(runner.AbstractEvaluator, metaclass=abc.ABCMeta):
"""See base class."""
outputs
=
self
.
eval_begin
()
# pylint: disable=assignment-from-no-return
eval_iter
=
tf
.
nest
.
map_structure
(
iter
,
self
.
_
eval_dataset
)
eval_iter
=
tf
.
nest
.
map_structure
(
iter
,
self
.
eval_dataset
)
if
self
.
_eval_loop_fn
is
None
:
eval_fn
=
self
.
eval_step
if
self
.
_eval_use_tf_function
:
...
...
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