-
Thank you for your support.
Do the sample voices on the following pages (e.g., Real Demo for Ted Talk) use any of the publicly available trained models?
[https://daps.cs.princeton.edu/projects/HiF…
-
Hi, I have been trying to implement VDM as well, and am just wondering whether you have had any success with this?
I am working in PyTorch with the discrete-time version, but I am having trouble wi…
-
Congratulations, and thank you for sharing your work.
I'm trying to run inference according to the readme, and get this error:
```
$ python inference.py --checkpoint_path checkpoints/default/mode…
ghost updated
2 years ago
-
Hello,
I am trying to use this library but it takes lots of time for the text to speech in my own voice,
1. Can it perform faster on GPU?
2. If yes, how much can it be faster on which GPU?
3. Can …
-
Hi. Your fastpitch makes me very happy. However, I got a problem. I was not happy with the mels I get. I read that I can use dur_tgt to do more accurate mels. But I don't understand how to get them. C…
-
Hi
Thanks for this great project.
I trained synthesizer using my data and used pretrained vocoder and the result was good. Now I want to use other vocoders. I cloned HiFi-GAN project and tried to ru…
-
Hello !
I just rewrote the WaveGlow vocoder in tensorflow trying to improve its performance but it fails (1.7 sec generated / sec with the pytorch model drops down to less than 1.2 generated / sec in…
ghost updated
2 years ago
-
### News
- 컨퍼런스
- ICLR 2022:
- 네이버 클로바 발표 스케쥴: https://naver-career.gitbook.io/en/teams/clova-cic/events/naver-clova-iclr-2022
- ML in Korea: https://naver-career.gitbook.io/en/teams/cl…
-
The GPUs are **NVIDIA GeForce GTX 1080 Ti**
Tried with 4 GPUs, got around 5s-6s/it
Tried 1 GPU, got around 4s/it, which is still slow, tried the recommended options like static_shapes and max_mel_…
-
If I train the hifi-gan vocoder using fine tunning approach, which uses Tacotron 2 to generate Mel in the first place. Can I use the regular glow-tts generated Mel with the above trained hifi-gan voco…