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.txt
python 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.yaml
tensorboard --logdir logs/
python inference.py -p [checkpoint path] -i [input mel path]