added vanilla gan

This commit is contained in:
kanxx030
2020-11-05 16:01:27 -06:00
parent e9bfbeb799
commit 8fdeaa46fe
+5 -2
View File
@@ -3,7 +3,10 @@
A collection of GAN & Deepfake papers and repositories.
## GANs
- Vanilla GAN (paper)[https://arxiv.org/abs/1406.2661]
- Vanilla GAN [paper](https://arxiv.org/abs/1406.2661)
* Implementations
* Pytorch
*[https://github.com/eriklindernoren/PyTorch-GAN/tree/master/implementations/gan]
* [https://github.com/eriklindernoren/PyTorch-GAN/tree/master/implementations/gan]
* [https://github.com/devnag/pytorch-generative-adversarial-networks]
* [https://github.com/shivakanthsujit/GAN-PyTorch]