mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
fix(trainer_callback]: typo (#8121)
This commit is contained in:
parent
5423f2a9d4
commit
b4cacb7a63
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user