Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.03 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.03 KB

An implementation of a DCGAN in Keras. Not too many fancy tricks, uses Spectral Normalization and Leaky Relu.

Training

To train, run main.py. I have not provided any pretrained models at this time.

Results

Here's a gif of the network overfit to a single image of a cloud.

Here's a gif

Some other images of clouds:

cloud1 cloud2

I also ran this GAN on a dataset of tattoos from (this)[http://tattoodles.com/] website. CW: lots of nudity This dataset was much more varied, and produced worse results. See below. Perhaps with some better hyperparameter tuning I could get more than color blobs.

tattoo1 tattoo2