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.
# 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