A-Jacobson / tacotron2

pytorch tacotron2 https://arxiv.org/pdf/1712.05884.pdf
43 stars 15 forks source link
pytorch spectrogram text-to-speech wavenet

Tacotron2

im

NATURAL TTS SYNTHESIS BY CONDITIONING WAVENET ON MEL SPECTROGRAM PREDICTIONS https://arxiv.org/pdf/1712.05884.pdf

WaveNet: A Generative Model for Raw Audio https://arxiv.org/abs/1609.03499

Contents

Status

Setup

  1. install pytorch and torchvision:

    conda install pytorch -c pytorch
  2. install other requirements:

    pip install -r requirements.txt

    Usage

    train Spectrogram Prediction Network

    python train.py

view logs in Tensorboard

tensorboard --logdir runs

im

im

Wavenet Resources

https://r9y9.github.io/wavenet_vocoder/ https://twitter.com/heiga_zen/status/832145314559750145 http://musyoku.github.io/2016/09/18/wavenet-a-generative-model-for-raw-audio/ https://www.slideshare.net/danilosoba1/generative-model-based-texttospeech