"git@developer.sourcefind.cn:OpenDAS/torch-harmonics.git" did not exist on "650582872abd36a778ec0c5dde5b1e287e9f7fcd"
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( ...@@ -211,7 +211,7 @@ def run_customized_training_loop(
if run_eagerly: if run_eagerly:
if isinstance(strategy, tf.distribute.experimental.TPUStrategy): if isinstance(strategy, tf.distribute.experimental.TPUStrategy):
raise ValueError( 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.') ' optimization for the distributed system.')
if eval_input_fn and (eval_steps is None or metric_fn is None): 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