mirror of
https://github.com/babysor/MockingBird.git
synced 2024-03-22 13:11:31 +08:00
350b190662
* The new vocoder Fre-GAN is now supported * Improved some fregan details * Fixed the problem that the existing model could not be loaded to continue training when training GAN * Updated reference papers |
||
---|---|---|
.. | ||
.gitignore | ||
config.json | ||
discriminator.py | ||
dwt.py | ||
generator.py | ||
inference.py | ||
LICENSE | ||
loss.py | ||
meldataset.py | ||
modules.py | ||
README.md | ||
requirements.txt | ||
train.py | ||
utils.py |
Fre-GAN Vocoder
Fre-GAN: Adversarial Frequency-consistent Audio Synthesis
Training:
python train.py --config config.json
Citation:
@misc{kim2021fregan,
title={Fre-GAN: Adversarial Frequency-consistent Audio Synthesis},
author={Ji-Hoon Kim and Sang-Hoon Lee and Ji-Hyun Lee and Seong-Whan Lee},
year={2021},
eprint={2106.02297},
archivePrefix={arXiv},
primaryClass={eess.AS}
}
Note
- For more complete and end to end Voice cloning or Text to Speech (TTS) toolbox please visit Deepsync Technologies.