TFGAN
1.0.0
This repo is Unofficial implements of TFGAN: Time and Frequency Domain Based Generative Adversarial Network for High-fidelity Speech Synthesis using Pytorch.

Tested on Python 3.6
pip install -r requirements.txtpython preprocess.py -c config/default.yaml -d [data's root path]yaml filepython trainer.py -c [config yaml file] -n [name of the run]
cp config/default.yaml config/config.yaml and then edit config.yamltensorboard --logdir logs/
python inference.py -p [checkpoint path] -i [input mel path]