Event called at the end of training.
(self, args: TrainingArguments, state: TrainerState, control: TrainerControl, **kwargs)
| 354 | """ |
| 355 | |
| 356 | def on_train_end(self, args: TrainingArguments, state: TrainerState, control: TrainerControl, **kwargs): |
| 357 | """ |
| 358 | Event called at the end of training. |
| 359 | """ |
| 360 | |
| 361 | def on_epoch_begin(self, args: TrainingArguments, state: TrainerState, control: TrainerControl, **kwargs): |
| 362 | """ |
no outgoing calls
no test coverage detected