TFGAN
1.0.0
此存储库是TFGAN的非正式工具:使用Pytorch基于时间和频域的生成对抗网络,用于高保真语音综合。 
在Python 3.6上测试
pip install -r requirements.txtpython preprocess.py -c config/default.yaml -d [data's root path]yaml文件python trainer.py -c [config yaml file] -n [name of the run]
cp config/default.yaml config/config.yaml ,然后编辑config.yaml tensorboard --logdir logs/
python inference.py -p [checkpoint path] -i [input mel path]