Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 479 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 479 Bytes

Generative Adversarial Networks

Tensorflow implementation of the paper https://arxiv.org/pdf/1406.2661.pdf

Visualization

Here is a gif which shows the training of the model

raghav

model_GAN.py

This contains the generator and discriminator

train_GAN

This contains the code to train the model.

Computational Hours

I used about 12 hours to train the model.