Implementing Generative Adversaraial Networks with PyTorch.

- paper : Generative Adversarial Nets, 2014, NIPs, Ian Goodfellow et al.
- codes : here
- paper : Conditional Generative Adversarial Nets, 2014, arXiv, M.Mirza et al.
- codes : here
- paper : Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks, 2016, ICLR, A.Radford et al.
- codes : here
- paper : Image-to-Image Translation with Conditional Adversarial Networks, 2017, CVPR, P.Isola et al.
- codes : here
- paper : Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks, 2017, ICCV, JY ZHU et al.
- codes : here