diff --git a/pytorch_lightning/models/trainer.py b/pytorch_lightning/models/trainer.py index 23f426f6..2f26e915 100644 --- a/pytorch_lightning/models/trainer.py +++ b/pytorch_lightning/models/trainer.py @@ -403,7 +403,7 @@ class Trainer(TrainerIO): try: port = os.environ['MASTER_PORT'] except Exception as e: - port = 12910 + port = 12801 os.environ['MASTER_PORT'] = f'{port}' # check for pids