-
### Describe the bug
I was training a `Capacitron` model with my own dataset (`bn-BD`, 12-hour). Training started successfully, but it stopped after 27 epochs (around 5500 steps) with the following e…
-
Hi,
first of all thank you very much for your contribution!
I'm trying to build a realtime voice assistant, for which I use different tools for stt, nlp and tts. I would love to use your voice for…
-
## 🐛 Bug
Hello,
I Installed a clean Ubuntu 20.04, installed nvidia drivers 440 for RTX 3080. Then I followed the instructions to train a model with NVIDIA NeMo Tacotron2.
I got the next error…
-
I use gunicorn (gevent mode) + flask to setup a TTS webservice, if two requests come, the following code may raise exception. Should i add threading.Semaphore to look tacotron2.inference as a shared r…
-
在以下几处发现 import 了 hparams, train 和 text, 但是仓库里并没有找到对应的 .py 文件
https://github.com/luoyily/MoeTTS/blob/f5fcabb916e493599ca4aeb91bf3adc81002ae3b/moe_tts_cpu.py#L85-L88
-
I am a newbie to Text-to-speech (TTS) problems. I train the Tacotron2 model on the KSS dataset (Korean language dataset) from scratch. After training, this model can produce good speech audios. Perfor…
-
List of bugs
Eager
- [x] torch.ops.aten.add_ is slow - https://github.com/pytorch/pytorch/issues/74943
Torchscript bugs
- [x] fastNLP_BERT - https://github.com/facebookresearch/torchdynamo/iss…
-
### Describe the bug
I'm trying to run Tacotron2 training, but receives `RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu!`
### To Reprod…
-
### Describe the bug
Failes to output anything. Using python 3.10.5 on Gentoo and tried installing from pip and locally.
Command: tts --text "this is a test" --out_path /tmp/outtest.wav
### To Re…
-
**Is your feature request related to a problem? Please describe.**
Currently the api assumed English. This is a problem for other languages!
Some models / vocoders support multiple languages.
…