Commit 22b6c186 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 322713374
parent e5b652ef
...@@ -169,7 +169,7 @@ class EvaluatorOverrides: ...@@ -169,7 +169,7 @@ class EvaluatorOverrides:
use_tf_function: A boolean indicates whether a `tf.function` will be used. use_tf_function: A boolean indicates whether a `tf.function` will be used.
If False, training will run on pure eager mode. If False, training will run on pure eager mode.
""" """
use_tf_function: bool = False use_tf_function: bool = True
class StandardEvaluator(runner.AbstractEvaluator, metaclass=abc.ABCMeta): class StandardEvaluator(runner.AbstractEvaluator, metaclass=abc.ABCMeta):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment