s-chh / Pytorch-LSGAN

Pytorch implementation of LSGAN for generating 112x112images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pytorch-LSGAN

Unofficial pytorch implementation of Least Squares Generative Adversarial Networks (LSGAN) for generating 112x112 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-Church

LSUN-Bedroom

CelebA

About

Pytorch implementation of LSGAN for generating 112x112images.


Languages

Language:Python 100.0%