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

Correct grammar.

PiperOrigin-RevId: 301041987
parent 77e28369
......@@ -211,7 +211,7 @@ def run_customized_training_loop(
if run_eagerly:
if isinstance(strategy, tf.distribute.experimental.TPUStrategy):
raise ValueError(
'TPUStrategy should not run eagerly as it heavily replies on graph'
'TPUStrategy should not run eagerly as it heavily relies on graph'
' optimization for the distributed system.')
if eval_input_fn and (eval_steps is None or metric_fn is None):
......
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