TFGAN
1.0.0
Dieses Repo ist inoffizielle Geräte von TFGAN: Zeit- und Frequenzdomänenbasis generatives kontroverses Netzwerk für die Sprachsynthese mit hoher Fidelität unter Verwendung von Pytorch. 
Getestet auf Python 3.6
pip install -r requirements.txtpython preprocess.py -c config/default.yaml -d [data's root path]yaml -Datei bearbeiten python trainer.py -c [config yaml file] -n [name of the run]
cp config/default.yaml config/config.yaml und dann bearbeiten config.yaml tensorboard --logdir logs/
python inference.py -p [checkpoint path] -i [input mel path]