Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 665 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 665 Bytes

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