Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 381 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 381 Bytes

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