Code Monkey home page Code Monkey logo

tacotron-wavernn's Introduction

Tacotron-WaveRNN

Tacotron + WaveRNN synthesis

Makes use of:

You'll at least need python3, PyTorch 0.4.1, Tensorflow and librosa.

Preprocess

python3 preprocess.py --model='WaveRNN'

Default parameters:

name default
--base_dir
--hparams ex) 'wavernn_gpu_num=4, wavernn_batch_size=16'
--model 'Tacotron' 'Tacotron', 'WaveRNN'
--dataset 'LJSpeech-1.1' 'LJSpeech-1.0', 'LJSpeech-1.1', 'M-AILABS'

Others, look at this file...

Training

python3 train.py --model='Tacotron-2' --GTA --use_cuda

If you would like to train separately...

# Tacotron
python3 train.py --model='Tacotron'

# Tacotron synth
python3 synthesize.py --model='Tacotron' --mode='synthesis' --GTA

# WaveRNN
python3 train.py --model='WaveRNN' --use_cuda

Default parameters:

name default
--base_dir
--hparams ex) 'wavernn_gpu_num=4, wavernn_batch_size=16'
--model 'Tacotron-2' 'Tacotron-2', 'Tacotron', 'WaveRNN'
--mode 'synthesis' 'eval', 'synthesis', 'live'
--init False True, False
--slack_url {your slack wabhook url...}
--use_cuda False True, False

Others, look at this file...

Synthesis

python3 synthesize.py --model='Tacotron-2' --text_list={your text file}

Default parameters:

name default
--base_dir
--hparams ex) 'wavernn_gpu_num=4, wavernn_batch_size=16'
--model 'Tacotron-2' 'Tacotron-2', 'Tacotron', 'WaveRNN'
--mode 'eval' 'eval', 'synthesis', 'live'
--text_list {your text file...}
--use_cuda False True, False

Others, look at this file...

Pretrained Model(old)

https://github.com/h-meru/Tacotron-WaveRNN/files/2444777/wavernn_model.zip

Samples(old)

https://github.com/h-meru/Tacotron-WaveRNN/files/2444792/Samples_730k.zip

tacotron-wavernn's People

Contributors

m-toman avatar h-meru avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.