nakosung / deepvoice3

Tensorflow Implementation of Deep Voice 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Voice 3

Work In Progress

This is a tensorflow implementation of DEEP VOICE 3: 2000-SPEAKER NEURAL TEXT-TO-SPEECH. For now I'm focusing on single speaker synthesis.

Data

I use The LJ Speech Dataset.

File Description

  • hyperparams.py: hyper parameters
  • prepro.py: creates inputs and targets, i.e., mel spectrogram, magnitude, and dones.
  • data_load.py
  • utils.py: several custom operational functions.
  • modules.py: building blocks for the networks.
  • networks.py: encoder, decoder, and converter
  • train.py: train
  • synthesize.py: inference
  • test_sents.txt: some test sentences in the paper.

About

Tensorflow Implementation of Deep Voice 3


Languages

Language:Python 100.0%