Skip to content

Pytorch implementation of DCGAN for generating 64x64 images.

Notifications You must be signed in to change notification settings

s-chh/Pytorch-DCGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Pytorch-DCGAN

Pytorch implementation of DCGAN for generating 64x64 images.

LSUN Dataset

To download LSUN dataset follow the steps at https://github.com/fyu/lsun


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

LSUN-Bedroom

LSUN-Church

MNIST

CelebA

About

Pytorch implementation of DCGAN for generating 64x64 images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages