This website works better with JavaScript.
Home
Explore
Help
Sign In
dan
/
tacotron2
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Browse Source
hparams.py: distributed using tcp
master
rafaelvalle
6 years ago
parent
52a30bb7b6
commit
3973b3e495
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
,
Write
Preview
Loading…
Cancel
Save