/GANs

Implementations of different different generative models.

Primary LanguageJupyter Notebook

GANs

This repo contains implementations of different different GANs. This implementations are part of the "Learning Generative Models" course that I took on summer 2020 at OvGU Magdeburg. Besides my efforts to do these assignments the code is adapted from ideas of fellow students and our respected Tutor.
Since the ipynb file become very very big with the the outputs included, I have uploaded only the code. Part of generated images can be found below.

1. GAN

This model trained for 25000 steps on cifar10 dataset.
Generated images by GAN

2. Wasserstein GAN

This model trained for 10000 steps on mnist dataset
Generated images by WGAN
and 25000 steps on street view house number (SVNH) dataset
Generated images by WGAN

References