Browse Source

hparams.py: distributed using tcp

master
rafaelvalle 6 years ago
parent
commit
3973b3e495
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hparams.py

+ 1
- 1
hparams.py View File

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

Loading…
Cancel
Save