Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 261 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 261 Bytes

getting_started_with_gans

Implementing GANs on MNIST dataset

This repository contains basic implementation of GANs using keras and tensorflow.

train.py: trains the algorithm from scratch for 100 epochs

test.py: creates 20 images using the last saved model