This is a Unofficial Pytorch implementation of the paper HiFi-GAN: High Fidelity Denoising and Dereverberation Based on Speech Deep Features in Adversarial Networks.
@misc{su2020hifigan,
title={HiFi-GAN: High-Fidelity Denoising and Dereverberation Based on Speech Deep Features in Adversarial Networks},
author={Jiaqi Su and Zeyu Jin and Adam Finkelstein},
year={2020},
eprint={2006.05694},
archivePrefix={arXiv},
primaryClass={eess.AS}
}
Tested on Python 3.6
pip install -r requirements.txt
-
python train.py -c [config yaml file]
-
tensorboard --logdir log_dir
python inference.py -p [checkpoint path] -i [input wav path]
- WIP