ParakeetRebeccaRosario/examples/transformer_tts
lifuchen 5ad005fd9a move data.py and rename some files 2020-02-16 17:54:11 +00:00
..
config transform parse to argparse 2020-02-13 06:48:21 +00:00
README.md transform parse to argparse 2020-02-13 06:48:21 +00:00
data.py move data.py and rename some files 2020-02-16 17:54:11 +00:00
parse.py transform parse to argparse 2020-02-13 06:48:21 +00:00
synthesis.py move data.py and rename some files 2020-02-16 17:54:11 +00:00
synthesis.sh add shell files. 2020-02-16 17:54:11 +00:00
train_transformer.py move data.py and rename some files 2020-02-16 17:54:11 +00:00
train_transformer.sh add shell files. 2020-02-16 17:54:11 +00:00
train_vocoder.py move data.py and rename some files 2020-02-16 17:54:11 +00:00
train_vocoder.sh add shell files. 2020-02-16 17:54:11 +00:00

README.md

TransformerTTS

Paddle fluid implementation of TransformerTTS, a neural TTS with Transformer. The implementation is based on Neural Speech Synthesis with Transformer Network.

We implement TransformerTTS model in paddle fluid with dynamic graph, which is convenient for flexible network architectures.