TFGAN
1.0.0
このレポは、Pytorchを使用した高忠実度の音声合成のためのTFGAN:時間および周波数ドメインベースの生成敵対的ネットワークの非公式の実装です。 
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]