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
Uh oh!
There was an error while loading. Please reload this page.
-
>>> haqkiemdaim
[October 22, 2019, 8:07am]
I would like to know, inside
layers/, why they got different valuesof max_decoder_steps in both
tacotron.pyandtacotron2.py?in
layers/tacotron.py, theself.max_decoder_steps = 500BUT
in
layers/tacotron2.py, theself.max_decoder_steps = 1000Which 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_stepsvalues 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