Unverified Commit 3caba8d3 authored by Manbish's avatar Manbish Committed by GitHub
Browse files

Fix typo in trainer_tf.py (#9132)

parent abc573f5
......@@ -574,7 +574,7 @@ class TFTrainer:
if (
self.args.eval_steps > 0
and self.args.evaluate_strategy == EvaluationStrategy.STEPS
and self.args.evaluation_strategy == EvaluationStrategy.STEPS
and self.global_step % self.args.eval_steps == 0
):
self.evaluate()
......
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