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: commenting n_frames_per_step to indicate that currently only 1 frame per step is supported now
master
rafaelvalle
6 years ago
parent
5f0ea06c41
commit
d10da5f41e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
hparams.py
+ 1
- 1
hparams.py
View File
@ -53,7 +53,7 @@ def create_hparams(hparams_string=None, verbose=False):
encoder_embedding_dim
=
512
,
# Decoder parameters
n_frames_per_step
=
1
,
n_frames_per_step
=
1
,
# currently only 1 is supported
decoder_rnn_dim
=
1024
,
prenet_dim
=
256
,
max_decoder_steps
=
1000
,
Write
Preview
Loading…
Cancel
Save