mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-12 12:40:20 +08:00
cleaning up demos
This commit is contained in:
@@ -914,7 +914,7 @@ class Trainer(TrainerIO):
|
||||
default_port = default_port[-4:]
|
||||
|
||||
# all ports should be in the 10k+ range
|
||||
default_port = int(default_port) + 10000
|
||||
default_port = int(default_port) + 12000
|
||||
|
||||
except Exception as e:
|
||||
default_port = 12910
|
||||
|
||||
Reference in New Issue
Block a user