mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-10 12:21:57 +08:00
committed by
William Falcon
parent
eeb48ceb96
commit
432a0bcd06
@@ -353,6 +353,7 @@ class TrainerTrainLoopMixin(ABC):
|
||||
stop = should_stop and met_min_epochs
|
||||
if stop:
|
||||
self.main_progress_bar.close()
|
||||
model.on_train_end()
|
||||
return
|
||||
|
||||
self.main_progress_bar.close()
|
||||
|
||||
Reference in New Issue
Block a user