-
Thanks for this good job. but there is no description about this tts model inference speed. Is there any data about its inference RTF? Is it faster then other non-autoregession TTS models like FastS…
-
Hey, I love your project and am working on turning my pi into GLaDOS.... just not as elegantly as you have. I love the cleanness of your code, however feel like the voice is a little off. I found uber…
-
**Describe the bug**
Do Nemo TTS models train from pre-trained model?
Command is blow
python tacotron2.py train_dataset=filelists/transcript_train.json validation_datasets=filelists/transcrip…
-
Hi,
great work!
I saw your autoregression branch and wanted to ask if it worked out?
I always wondered how much the effect of the autoregression (apart from the formal aspect that it then is a au…
-
when i test for a test.txt file,it occurred
python tortoise/read.py --textfile='./test.txt' --voice random
![image](https://user-images.githubusercontent.com/13318706/167164345-c86d77f6-0e83-42…
-
I run `python3 train.py --model='Tacotron'` with default parameters in hparams.py. But when I check GPU using with `nvidia-smi`, Gpu-Util is 0%.
Is there any one got same question?
Thank you very …
-
Example result: https://soundcloud.com/user-565970875/ljspeech-logistic-wavernn
Here is the [branch] (https://github.com/erogol/WaveRNN/tree/mold) if you like to try. The model has trained with [TT…
-
您好,我想尝试使用graves attention,但是我不知道architecture_wrappers.py应如何修改,关于mu和max_attentions_rec的部分,希望能得到您的指导。谢谢!
-
Hi,
I traine my own Tacotron, Conformer FastSpeech 2 and HiFiGAN models, and now I would like to finetune CFS2 + HiFiGAN.
When following the instructions in egs2/TEMPLATE/tts1/README.md, I get t…
-
I followed the VITS training recipe here:
https://github.com/espnet/espnet/tree/master/egs2/TEMPLATE/tts1#vits-training
LJSpeech training work ok, but VCTK training fails.
**Basic environments:**…