Unverified Commit b4cacb7a authored by Boris Dayma's avatar Boris Dayma Committed by GitHub
Browse files

fix(trainer_callback]: typo (#8121)

parent 5423f2a9
......@@ -148,7 +148,7 @@ class TrainerControl:
def _new_step(self):
""" Internal method that resets the variable for a new step. """
self.should_save_model = False
self.should_save = False
self.should_evaluate = False
self.should_log = False
......
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