r9y9 / wavenet_vocoder

WaveNet vocoder
https://r9y9.github.io/wavenet_vocoder/
Other
2.3k stars 500 forks source link

Slow Inference #214

Open luantunez opened 2 years ago

luantunez commented 2 years ago

Hello and thank you for sharing your work! I am encountering the problem of the inference time for your model being quite slow in the colab you shared. Could you explain why? Is there any workarround? I have seen you recommended ParallelWaveGan on issue #208 but I would really like to use your repository models and results. Thank you very much in advance!

luantunez commented 2 years ago

Also, what are the npy files in "tacotron_output/eval/", like "tacotron_output/eval/speech-mel-00001.npy" ? How can I create these to perform new inferences? Thank you again!