Implementation of DCGAN
and Conditionl DCGAN
using pytorch.
This repository is part of kaggle competition - https://www.kaggle.com/c/generative-dog-images
Dataset is taken from same competiton - https://www.kaggle.com/c/generative-dog-images/data
References :
-
Official GAN Paper : https://arxiv.org/abs/1406.2661
-
Official DCGAN Paper : https://arxiv.org/abs/1411.1784
-
Pytorch ecample on DCGAN : https://github.com/pytorch/examples/tree/master/dcgan