Skip to content

My code for various GANS related tasks using wgan with gradient penalty.

License

Notifications You must be signed in to change notification settings

AgamChopra/WGAN-GP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WGAN-GP

My code for various GANS related tasks using wgan with gradient penalty. This adversarial model (generator and critic models) were trained on a single NIDIA RTX 3070 8gb GPU. The trained generator requires about 2gb of memory in production(evaluation + no_grad) mode. train.py contains the code for training the generator and critic using wgan-gp. A docker container will be provided in the future if I can get my hands on better hardware and retrain the models with more parameters.

Download Video
Fig. Output of generator during traing using celeb face dataset(Left)Click the image to download the WebM video., using smaller model on cat dataset(Right).

Fig. Outputs of trained generators.

Fig. Training of celeb and cat generators and critics.

[The MIT License]

About

My code for various GANS related tasks using wgan with gradient penalty.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages