-
### Describe the bug
Hello! I have followed your instructions to set up the environment and am attempting to run the voice cloning functionality. According to your guidance, I should use `tts = TTS("…
-
We need to replace the current fishspeech with better TTS model.
WIP Shortlist of Possible candidates:
- Amphion (https://github.com/open-mmlab/Amphion)
-
Related to ** Plotting the output logs for tacotron2 to analyze model overfitting**
*The previous Nvidia tacotron2 and fastpitch have been enabled with tensorboards which make us analyze the model…
-
### Describe the bug
Trying to get TTS to do a countdown, but it seems to run forever, when a similar prompt seems to run in a reasonable time
Works as expected:
`
tts --text "How is the weather…
-
Related to **Model/Framework(s)**
https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2
**Describe the bug**
The model cannot train because it hits the f…
-
**Describe the bug**
I transfer Tacotron2 model(pytorch) to onnx according to https://github.com/NVIDIA/DeepLearningExamples/blob/master/PyTorch/SpeechSynthesis/Tacotron2/exports/export_tacotron2_onn…
-
Hi, Thanks to this repository. I have a trained Text2Speech model(with custom data) on tacotron2 but when I try to convert my pytorch model to onnx, the outputted audio results are not as good as the …
-
Related to **FastPitch/Pytorch**
I trained a WaveGlow by the main repository _https://github.com/NVIDIA/waveglow_, and was able to make the model readable by **FastPitch** using the provided **con…
-
I used the Tacotron2 -> ONNX export script: [PyTorch/SpeechSynthesis/Tacotron2/exports/export_tacotron2_onnx.py](https://github.com/NVIDIA/DeepLearningExamples/blob/master/PyTorch/SpeechSynthesis/Taco…
-
**Issue:** Need to be able to run TTS easily
**Task:** Create function that creates audio from text using pytorch implementation of tacotron2
https://github.com/NVIDIA/tacotron2
**Desired input…