Skip to content

begeekmyfriend/tacotron2

Repository files navigation

Tacotron 2 for PyTorch

This repository provides a script and recipe to train Tacotron 2. The source is forked from NVIDIA/tacotron2 and combined with Rayhane-mamah/Tacotron-2. It supports multi-speaker TTS, GTA synthesis as well as reduction factor.

Run the scripts

# Preprocessing
python preprocess.py
# Training
nohup bash scripts/train_tacotron2.sh &
# Evaluation
bash scripts/griffin_lim_synth.sh
# GTA synthesis
bash scripts/gta_synth.sh

Vocoder recommended

WaveRNN

WaveGlow

SqueezeWave

Audio samples

Two males and two females in Chinese

About

Forked from NVIDIA/tacotron2 and merged with Rayhane-mamah/Tacotron-2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •