Skip to content

maxisawesome/keras_GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages