Skip to content

jamesloyys/PyTorch-Lightning-GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

PyTorch-Lightning-GAN

Implementations of various GAN architectures using PyTorch Lightning

Implementations

Generative Adversarial Networks

Paper 📄 : https://arxiv.org/abs/1406.2661

Tutorial 🎓 : https://towardsdatascience.com/fundamentals-of-generative-adversarial-networks-b7ca8c34f0bc

Code 💻 : https://github.com/jamesloyys/PyTorch-Lightning-GAN/blob/main/GAN/gan.py

Conditional Generative Adversarial Networks(CGANS)

Paper 📄 : https://arxiv.org/abs/1411.1784

Code 💻 : https://github.com/jamesloyys/PyTorch-Lightning-GAN/blob/main/CGAN/cgan.py

About

Implementations of various GAN architectures using PyTorch Lightning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages