/pytorch_LSGAN

pytorch implementation of Least Squares GAN

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Least Squares GAN

Code accompanying the paper "LSGAN"

image

Train

Images generated by G is 153x153, so I resize samples from CelebA to 153x153

python main.py --dataset CelebA --dataroot [CelebA-train-folder] --cuda