Tacotron icon indicating copy to clipboard operation
Tacotron copied to clipboard

Implementation of Google's Tacotron in TensorFlow

Results 22 Tacotron issues
Sort by recently updated
recently updated
newest added

How long did it take you to train this model from scratch on your mac using one GPU?

Right after the inference one file is generated and saved to ./log/nancy/tacotron/test. As I am a beginner in this, I am unable to understand how to make use of the...

Hi just want to ask for educational purposes.Do you think that it **easier** to implement the paper "Tacotron: Towards End-To-End Speech Synthesis" or Tacotron 2 "Natural TTS Synthesis By Conditioning...

Hello, I downloaded the Nancy weights and tried 'python3 test.py < prompts.txt' with one sentence in the prompts.txt file. I get the following error. Is this a tensorflow version issue?...

It sounds like some maximum length in terms of time, but what is the unit for this variable? The default value of 108000 looks like milliseconds maybe?

> executing the following command give me unresolved host problem `./download_weights.sh` --2018-06-09 01:51:24-- https://www.dropbox.com/s/8lq7y9bhglthdjm/tacotron_weights.zip Resolving www.dropbox.com (www.dropbox.com)... 162.125.66.1, 2620:100:6022:1::a27d:4201 Connecting to www.dropbox.com (www.dropbox.com)|162.125.66.1|:443... connected. HTTP request sent, awaiting response... 302...

I have trained a French model recently using a dataset with total of 10 hours (https://datashare.is.ed.ac.uk/handle/10283/2353). The results quality is low in comparison to English using "nancy" dataset with the...

Hi, I was trying to freeze the model, but as the code is using the data loader from tensorflow, I cannot easily find the input nodes and feed the data...