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: adding ignore_layers argument to ignore text embedding layers when warm_starting
master
rafaelvalle
5 years ago
parent
af1f71a975
commit
bb67613493
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
hparams.py
+ 1
- 0
hparams.py
View File
@ -19,6 +19,7 @@ def create_hparams(hparams_string=None, verbose=False):
dist_url
=
"
tcp://localhost:54321
"
,
cudnn_enabled
=
True
,
cudnn_benchmark
=
False
,
ignore_layers
=
[
'
embedding.weight
'
]
,
################################
# Data Parameters #
Write
Preview
Loading…
Cancel
Save