From 34560d02f7f5c137b56bb2e11a88f47ac3598d0e Mon Sep 17 00:00:00 2001 From: kanxx030 Date: Thu, 5 Nov 2020 16:31:56 -0600 Subject: [PATCH] added dcgan papers and implementations --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index de765f9..ed40c96 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,15 @@ A collection of GAN & Deepfake papers and repositories. * [https://github.com/osh/KerasGAN] * [https://github.com/jason71995/Keras-GAN-Library] * [https://github.com/Zackory/Keras-MNIST-GAN] +- DCGAN [(paper)](https://arxiv.org/abs/1511.06434) + * Implementations + * PyTorch + * [https://github.com/znxlwm/pytorch-MNIST-CelebA-GAN-DCGAN] + * [https://github.com/eriklindernoren/PyTorch-GAN/tree/master/implementations/dcgan] + * Keras + * [https://github.com/jacobgil/keras-dcgan] + * [https://github.com/eriklindernoren/Keras-GAN/blob/master/dcgan/dcgan.py] + * [https://github.com/mitchelljy/DCGAN-Keras] ## Deepfakes - Faceswap [(paper)](https://arxiv.org/pdf/2005.05535v4.pdf)