soobinseo/Transformer-TTS

Why don't you use stop_tokens

Opened this issue · 2 comments

In your code, you don't use stop_token to compute loss, why?

When I used stop token loss the learning did not work.
Therefore, I just only implemented it, didn't use the stop token loss.

Thanks.

Can you specify your stopping criteria?