fix(trainer_callback]: typo (#8121)

This commit is contained in:
Boris Dayma
2020-10-28 11:15:30 -05:00
committed by GitHub
parent 5423f2a9d4
commit b4cacb7a63

View File

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