From 8fdeaa46feeda8f1298c2c62b688be624ec48b8b Mon Sep 17 00:00:00 2001 From: kanxx030 Date: Thu, 5 Nov 2020 16:01:27 -0600 Subject: [PATCH] added vanilla gan --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7dcbfdf..48215ea 100644 --- a/README.md +++ b/README.md @@ -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] \ No newline at end of file + * [https://github.com/eriklindernoren/PyTorch-GAN/tree/master/implementations/gan] + * [https://github.com/devnag/pytorch-generative-adversarial-networks] + * [https://github.com/shivakanthsujit/GAN-PyTorch] + \ No newline at end of file