tacotron icon indicating copy to clipboard operation
tacotron copied to clipboard

A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)

Results 102 tacotron issues
Sort by recently updated
recently updated
newest added

So I downloaded the 441k pretrained model and it sounds OK. However has issues with short phrases where it repeats itself. Anyway I thought I'd train it some more to...

First thanks for this detailed original tacotron model and the wiki. I've been trying to read the wiki, this code, and the Tacotron paper (https://arxiv.org/pdf/1703.10135.pdf) for the last several days,...

I was trying to look at the hparams.py file, but couldn't find it there. I'm new to the text-to-speech modeling. How to set max char length, and are all shorter...

Hi ! Thanks for this great implementation ! I'm a speech scientist, and I'm not an expert in neural networks. I'm working on expressive speech synthesis, and I'm currently wondering...

I have tried to use common voice dataset with this code. Still unable to use. for speech to text Can you guide me what changes need to be marked ?...

You have serios dependency conflicts in your setup. I tried to install it with pip within conda environment for python 3 under latest Linux Mint, here is what I got:...

I have train using other language (not english). It seems that is work fine until I use a certain character "ț". This caracter is sound like another "t" and I...

i found that all the .wav files are used to train. is there no test set?

Hi, Actually, there is a very similar issue (Issue 226) with my problem that I am facing. I commented on it. Since it was closed no one answered my questions...