Generalized Loss-Sensitive Generative Adversarial Networks (GLS-GAN) in PyTorch with gradient penalty, including both LS-GAN and WGAN as special cases.
-
Updated
Mar 4, 2018 - Python
Generalized Loss-Sensitive Generative Adversarial Networks (GLS-GAN) in PyTorch with gradient penalty, including both LS-GAN and WGAN as special cases.
PyTorch implementations of Generative Adversarial Network series
Implemented Vanilla RNN and LSTM networks, combined these with pretrained VGG-16 on ImageNet to build image captioning models on Microsoft COCO dataset. Explored use of image gradients for generating new images and techniques used are Saliency Maps, Fooling Images and Class Visualization. Implemented image Style Transfer technique from 'Image St…
Add a description, image, and links to the ls-gan topic page so that developers can more easily learn about it.
To associate your repository with the ls-gan topic, visit your repo's landing page and select "manage topics."