Replies: 1 comment
-
>>> erogol |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
>>> haqkiemdaim
[October 22, 2019, 8:07am]
I would like to know, inside
layers/
, why they got different valuesof max_decoder_steps in both
tacotron.py
andtacotron2.py
?in
layers/tacotron.py
, theself.max_decoder_steps = 500
BUT
in
layers/tacotron2.py
, theself.max_decoder_steps = 1000
Which i assume MAYBE that could be the reason why i keep on getting the
message
warning: audio amplitude out of range, auto clipped.
| > Synthesizing test sentences
| > Decoder stopped with 'max_decoder_steps
| > Decoder stopped with 'max_decoder_steps
| > Decoder stopped with 'max_decoder_steps
| > Decoder stopped with 'max_decoder_steps
during training of Tacotron 2 but everything went fine on plain
Tacotron.
Any explanation for this
max_decoder_steps
values together with thewarnings ?
[This is an archived TTS discussion thread from discourse.mozilla.org/t/different-max-decoder-steps-in-both-tacotron-and-tacotron2]
Beta Was this translation helpful? Give feedback.
All reactions