TTS
TTS copied to clipboard
πΈπ¬ - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
### Describe the bug \TTS\tts\utils\text\punctuation.py, line 140, this only gets called when the synthesizer is told to speak a string that only consists of punctuation marks, you get the error...
### Describe the bug I'm using the TTS library to train my own models on AWS SageMaker Studio and also I trained some models with it but (v0.6) unfortunately after...
This PR implements Korean phonemizer that using Hangeul. You can use it by adding Korean to the character. More information can be found in ko_kr_phonemizer.py.
### Describe the bug After training Tacotron2-DDC for about 140k iterations (batch size 30), I am unable to properly synthetize some speech, despite having some very decent audio samples from...
### Describe the bug home/ubuntu/.local/lib/python3.8/site-packages/TTS/tts/models/glow_tts.py:517: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT...
### 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...
Hello there. I tried to use script (tune_wavegrad.py), but i had some problems: invalid imports and incorrect vars order in batches. I made some corrections to the code and the...
### 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...
**π Feature Description** I'm very confused about some of the stats in Tensorflow and Google is not helping. I'm happy to make a documentation PR but I'd like to understand...