cleaning up demos

This commit is contained in:
William Falcon
2019-10-05 16:14:05 -04:00
parent 90faf9118c
commit 221c10c8c3
+1 -1
View File
@@ -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