-
When training the Marylux-648 dataset with the embedded gruut-phonemizer of the Coqui-TTS Tacotron2-DDC model, an assertion error is issued when loading the audio files `marylux_lb-wiki-0038.wav` and …
-
1. Here is my code
```python
import numpy as np
import soundfile as sf
import yaml
import tensorflow as tf
from tensorflow_tts.inference import TFAutoModel
from tensorflow_tts.inference i…
-
I trained a speech model and the vocoder using the new version (espnet==0.10.6 and parallel_wavegan==0.5.4) and the synthesized voices have low quality. But when I use the old espnet (espnet==0.9.6 an…
-
Hi,
I am working on Tacotron2 PyTorch. I have trying to get its encoder part and successfully converted into ONNX format. But when I am trying to convert ONNX model into Tensorflow. It gives error:
…
-
So... I have managed to successfully install the toolbox with other components as well such as CUDA, cuDNN, Pytorch, and pre-trained models. I opened the toolbox and record my own voice, but when I cl…
-
Hi, when i tried to load my trained model with different language i am getting this error:
```
RuntimeError: Error(s) in loading state_dict for Tacotron2:
size mismatch for embedding.weight: cop…
-
I have seen this project via [medium](https://medium.com/@hemati.hmd/persian-tts-with-tacotron-2-persian-18c39a52693c) and [GitHub site,](https://github.com/hamedhemati/Tacotron-2-Persian) which is us…
-
I'm trying to train a slightly modified version of Tacotron2.
When training on PC 1 (one GPU: RTX 3080, 10 GB VRAM) I'm able to compute about one iteration every 4 seconds according to the tqdm trai…
-
Hi, thanks for this awesome work.
Is it normal that the GPU usage is not full all the time, it is fluctuating always between 0% - 50% - 30% - 40%. Is it bug or a normal thing, because the speed would…
-
## 🐛 Description
Synthesizing "No." sounds alarmingly different than "No" (without a period). Sound clips:
* links to both samples: https://gitter.im/coqui-ai/TTS?at=62478c959bd1c71ecacfa6…