Skip to content

Pytorch implementation of DCGAN for generating 32x32 images of SVHN, CIFAR10, MNIST, FashionMNIST, and USPS dataset.

Notifications You must be signed in to change notification settings

s-chh/Pytorch-DCGAN32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Pytorch-DCGAN32

Pytorch implementation of DCGAN for generating 32x32 images of SVHN, CIFAR10, MNIST, FashionMNIST, and USPS dataset.


Change the DB variable to change the dataset.

For using the saved model to generate images, set LOAD_MODEL to True and EPOCHS to 0.

Generated Samples

MNIST

SVHN

FashionMNIST

USPS

CIFAR10

About

Pytorch implementation of DCGAN for generating 32x32 images of SVHN, CIFAR10, MNIST, FashionMNIST, and USPS dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages