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]