Skip to content

ceratoniaforest/DCGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 

Repository files navigation

DCGAN

This program was written with PyTorch and trains a DCGAN on the CIFAR-10 dataset to achieve generation of images that are representative of the dataset. It is also trained on noised CIFAR-10 images to see if the generator recapitulates the noise in its output images. The model training for each of the scenarios is done using image batces and a mean squared error loss function with an Adam optimizer.

Training on CIFAR-10 images

CIFAR-10 images:

dcgan 4 1

 

Output images from the generator:

dcgan 4 2

Training on CIFAR-10 images with added noise

CIFAR-10 images with added Gaussian noise:

dcgan 8 1

 

Output images from the generator:

dcgan 11 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages