Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new links about CycleGAN using in Voice Cloning #101

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,4 +513,5 @@ Check out [Deep Hunt](https://deephunt.in) - my weekly AI newsletter for this re
* α-GAN - [Variational Approaches for Auto-Encoding Generative Adversarial Networks](https://arxiv.org/abs/1706.04987) ([github](https://github.com/victor-shepardson/alpha-GAN))
* β-GAN - [Annealed Generative Adversarial Networks](https://arxiv.org/abs/1705.07505)
* Δ-GAN - [Triangle Generative Adversarial Networks](https://arxiv.org/abs/1709.06548)

* CycleGAN-VC2 - [CycleGAN-VC2: Improved CycleGAN-based Non-parallel Voice Conversion](https://arxiv.org/abs/1904.04631)([code](https://github.com/jackaduma/CycleGAN-VC2))
* CycleGAN-VC3 - [CycleGAN-VC3: Examining and Improving CycleGAN-VCs for Mel-spectrogram Conversion](https://arxiv.org/abs/2010.11672)([code](https://github.com/jackaduma/CycleGAN-VC3))