Skip to content

Commit

Permalink
orbit.StandardEvaluator minor update
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 329355546
  • Loading branch information
lehougoogle authored and tensorflower-gardener committed Aug 31, 2020
1 parent 32309b8 commit 09050ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orbit/standard_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def evaluate(
"""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:
Expand Down

0 comments on commit 09050ac

Please sign in to comment.