tensorflow-wavenet icon indicating copy to clipboard operation
tensorflow-wavenet copied to clipboard

A TensorFlow implementation of DeepMind's WaveNet paper

Results 102 tensorflow-wavenet issues
Sort by recently updated
recently updated
newest added

Hi, I generated the linguistic features as mentioned in the WaveNet paper for p280 speaker. If anyone is interested to use them for conditioning in WaveNet, please download via https://users.aalto.fi/~bollepb1/binary_labels_p280.zip....

Is there a way right now to have my model generated voice to say a specific word or sentence that I give it? If not, how can I implement this?...

When running `python train.py` on docker tensorflow:1.0.1, the process keeps ending with "Killed".

Hi There! I was wondering how long it takes to generate 1 second of audio. Thanks!

Admittedly only having trained once before, my output was about 1,115 sec/step and "files length: 1" was displayed after every step. I restarted the training, using another file (similar audio)...

Google just released a [Cloud TTS](https://cloud.google.com/text-to-speech/) service that uses wavenet. Google Cloud Text-to-Speech enables developers to synthesize natural-sounding speech with 30 voices, available in multiple languages and variants. It applies...

Does anyone have a pre trained model they could share? Specifically one trained on music (piano) data?

Are there anyone who freeze the model checkpoint to a protobuf file successfully? What's the output node name that we should use? I read the train.py and generate.py which makes...

Hi, Although current generate.py use fast WaveNet generation algorithm, but is still too slow. Is it available for the network to be quantized? But in TF tutorial, it said we...