Orca0917 / TransformerTTS

PyTorch implementation of Transformer-TTS, which can be executed on Google Colab
6 stars 0 forks source link

No inference example #1

Open anarlavrenov opened 1 month ago

anarlavrenov commented 1 month ago

It's mentioned in Readme that your model is trained during 10 epochs and still have good result on validation. It's not a surprise as you use full Teacher Forcing. The issue is that if you try inference after your 10 epochs you will get for sure total noise.

Could you please elaborate on that?

Orca0917 commented 1 month ago

Thank you for your comment @anarlavrenov and you’re absolutely right. During training, I focused on the training process and the learning curve, but I haven’t implemented the inference code yet.

I appreciate your feedback, and I will prioritize updating the inference code when I have time to address this issue.

Thanks again for raising this as the first issue!