Skip to content
/ WaveRNN Public
forked from fatchord/WaveRNN

Pytorch implementation of Deepmind's WaveRNN model

Notifications You must be signed in to change notification settings

erogol/WaveRNN

This branch is 95 commits ahead of, 190 commits behind fatchord/WaveRNN:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c52874 · Jul 2, 2019
Sep 21, 2018
Jul 1, 2019
Jun 17, 2019
Jul 1, 2019
Jul 2, 2019
Nov 6, 2018
Nov 1, 2018
Jul 2, 2019
Apr 8, 2019
Jul 1, 2019
Jul 2, 2019
Jul 1, 2019
Jul 1, 2019
Jul 1, 2019
Jul 1, 2019
Jul 1, 2019
Jul 2, 2019

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.

About

Pytorch implementation of Deepmind's WaveRNN model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 92.9%
  • Python 7.0%
  • Shell 0.1%