Skip to content

PyTorch implementation of the Least Squares Generative Adversarial Networks

License

Notifications You must be signed in to change notification settings

subpath/LSGAN-with-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Least Squares Generative Adversarial Networks with PyTorch

Original paper: Least Squares Generative Adversarial Networks

LSGAN is the same as DCGAN, but it use different Loss function.

For the discriminator:

and for the generator:

How to run this code?

You can simply run this with

python main.py

All settings and hyperparameters are stored in config.toml file

About

PyTorch implementation of the Least Squares Generative Adversarial Networks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages