begeekmyfriend / tacotron2

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 98.7%Language:Shell 1.2%Language:Dockerfile 0.1%