Skip to content
forked from fatchord/WaveRNN

Pytorch implementation of Deepmind's WaveRNN model

Notifications You must be signed in to change notification settings

geneing/WaveRNN

 
 

Repository files navigation

WaveRNN

This code is forked from https://github.com/fatchord/WaveRNN and optimized for Mozilla-TTS.

Released Models

Models Dataset Commit Audio Sample TTS model Details
mold model LJspeech 8a1c152 soundcloud Tacotron2-iter-260K Model with Mixture of Logistic Distribution
10bit model LJSpeech faea90b soundcloud Tacotron2-iter-260K 10bit Softmax output
universal vocoder LibriTTS 12c8744 soundcloud - (details)

Check this TTS notebook to see TTS+WaveRNN in action. To train your own model, you can use ExtractTTSSpectrogram to generate spectrograms by TTS and train WaveRNN. It might be also interesting to check this TTS issue to catchup with the current state.

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 92.1%
  • Python 7.6%
  • Other 0.3%