mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
workers warning not on windows (#1433)
This commit is contained in:
@@ -386,7 +386,8 @@ class TrainerTrainLoopMixin(ABC):
|
||||
self.run_training_teardown()
|
||||
|
||||
except KeyboardInterrupt:
|
||||
log.info('Detected KeyboardInterrupt, attempting graceful shutdown...')
|
||||
if self.proc_rank == 0:
|
||||
log.info('Detected KeyboardInterrupt, attempting graceful shutdown...')
|
||||
self.interrupted = True
|
||||
self.run_training_teardown()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user