TFGAN
1.0.0
repo นี้เป็นเครื่องมือที่ไม่เป็นทางการของ 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]