Skip to content

kvfrans/generative-adversial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generative-adversial

Image generation via generative adversial networks on CIFAR-10, Imagenet, and Celeb faces written in Tensorflow.

This is code that goes along with my post about generative adversial networks.

##How to use:

Download the datasets and place into the data folder.

Run main.py to start training, make sure to set train = True in the file.

Set train = False to visualize how adjusting the initial noise affects image generation.

Set cifar = True to train on CIFAR. This sets the network to train on 32x32 images instead of 64x64, and reads from the CIFAR binaries rather than from JPEGS.

Utils and network structure from DCGAN-Tensorflow.

About

image generation via GANs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages