fix(trainer_callback]: typo (#8121)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user