Pytorch implementations of Generative Adversarial Networks variants like GAN
, CGAN
, DCGAN
, and Pix2Pix
. This repository also includes brief summaries of some machine learning papers that have been used to develop models.
$ git clone https://github.com/hungle45/gans-collection.git
$ pip install -r requirements.txt
For this task, Anime Sketch Colorization Pair dataset is used. You can download it from Kaggle link.
Trainnig logs
Result
1st col: Input / 2nd col: Generated / 3rd col: Target
For this task, MNIST dataset is used. You can download it from Kaggle link.
Result
Result
Result
Generated digits by CGAN with conditions 0..9 (from left to right)