toannhu / tacotron2

Tacotron 2 implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tacotron 2

Implementation of Tacotron 2

Initial attempt

This is a tensorflow implementation of NATURAL TTS SYNTHESIS BY CONDITIONING WAVENET ON MEL SPECTROGRAM PREDICTIONS.

Initially I will use existing components from tacotron and other opensource implementations

The attention mechanism will not be the same as in the paper (initially)

Data

LJ Speech Dataset(https://keithito.com/LJ-Speech-Dataset)

A lot of the base work has been taken from Kubyong Park's (kbpark.linguist@gmail.com) implementation of Deep Voice 3 (https://www.github.com/kyubyong/deepvoice3)

About

Tacotron 2 implementation


Languages

Language:Python 100.0%