1
0
mirror of https://github.com/malarinv/tacotron2 synced 2026-03-08 01:32:35 +00:00

hparams.py: distributed using tcp

This commit is contained in:
rafaelvalle
2018-11-27 22:02:43 -08:00
parent 52a30bb7b6
commit 3973b3e495

View File

@@ -16,7 +16,7 @@ def create_hparams(hparams_string=None, verbose=False):
fp16_run=False,
distributed_run=False,
dist_backend="nccl",
dist_url="file://distributed.dpt",
dist_url="tcp://localhost:54321",
cudnn_enabled=True,
cudnn_benchmark=False,