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]