Skip to content

xingmimfl/pytorch_LSGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

pytorch implementation of Least Squares GAN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages