TFGAN
1.0.0
이 repo는 Pytorch를 사용한 고 충실도 음성 합성을위한 TFGAN : 시간 및 주파수 도메인 기반 생성 적대적 네트워크의 비공식적 인 도구입니다. 
파이썬 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]