-
When doing transfer learning with the Marylux-648 dataset by restoring the pretrained Coqui-TTS Glow-TTS-en-LJSpeech model, the training fails with an attribute-error about `logger`.
-
Welcome to the 🐸TTS project! We are excited to see your interest, and appreciate your support!
This repository is governed by the Contributor Covenant Code of Conduct. For more details, see the [CO…
-
![tgjjg](https://user-images.githubusercontent.com/72176091/147868251-98130a6f-54a6-417a-9fdd-949d60664407.PNG)
![dgdf](https://user-images.githubusercontent.com/72176091/147868253-7a901b4e-e3b4-438c…
-
Hi! When I follow to recipes train a glow-tts, I get this error
```
! Run is kept in /workspace/tts/glow_tts/glow_tts_chinese-September-20-2021_02+44PM-0000000
Traceback (most recent call last):
…
-
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…
-
The vocoder model designated for the VCTK FastPitch model is not compatible and it produces pure noise.
We need to train a new compatible vocoder or update the FastPitch model.
Until then recom…
-
The [AccessKit](https://github.com/AccessKit/accesskit) Windows implementation needs Rust 1.61+ so it can use a recent version of [windows-rs](https://github.com/microsoft/windows-rs). I suggest updat…
-
I wasn't sure how to title this, but following the basic instructions, I did the following:
```
$ pip install tts
$ tts --text hello
$ mpv tts_output.wav
```
The result is attached and... it…
-
**Describe the bug**
I'm attempting to run the introductory tutorial [here](https://tts.readthedocs.io/en/latest/tutorial_for_nervous_beginners.html) and getting a `RuntimeError: [!] NaN loss with lo…
jreus updated
2 years ago
-
Looks like the Github version tag is ``1.0`` but the code is looking for ``1.0.0``. The assets exist on Github with ``1.0`` in the path, but I'm getting this error when trying to download voices from…