This is a template for the Non-autoregressive TTS model. It contains
- Data Preprocessing Pipeline
- Data Loader
- Model / Trainer
- Logger, Postprocessing (logging, synthesizing, plotting, etc..)
- Clone the repository.
git clone https://github.com/keonlee9420/Deep-Learning-TTS-Template cd Deep-Learning-TTS-Template
- Replace all
MYMODEL
strings in this repo with your model name and also rename the filemodel/MYMODEL.py
. - Build your model on
model/
and checktrain.py
andsynthesize.py
. - Use
README_template.md
for the README.md file of your project. - Feel free to add
/img
for your model architecture and tensorboard examples. It would also be nice to show your model's output audio in/demo
. - Don't forget to update
requirements.txt
and/config
of your project.
@misc{lee2021deep_learning_tts_template,
author = {Lee, Keon},
title = {Deep-Learning-TTS-Template},
year = {2021},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/keonlee9420/Deep-Learning-TTS-Template}}
}