From 3973b3e495c204ecbb46b1e2141b00ae7f5917ef Mon Sep 17 00:00:00 2001 From: rafaelvalle Date: Tue, 27 Nov 2018 22:02:43 -0800 Subject: [PATCH] hparams.py: distributed using tcp --- hparams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hparams.py b/hparams.py index 4ea1481..55f39e6 100644 --- a/hparams.py +++ b/hparams.py @@ -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,