Skip to content
/ GAN Public

Implementation of GAN and Conditional GAN in tensorflow and pytorch.

Notifications You must be signed in to change notification settings

JojiJoseph/GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

GAN

Implementation of GAN and Conditional GAN, in tensorflow 2 and pytorch.

GAN is based on the paper Generative Adversarial Networks.

CGAN is based on the paper Conditional Generative Adversarial Nets

To Train GAN

python train.py

To See Demo

streamlit run demo.py

To Train Conditional GAN

python train_cgan.py

To See CGAN Demo

streamlit run demo_cgan.py

About

Implementation of GAN and Conditional GAN in tensorflow and pytorch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages