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:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user