zhhao1 / PyTorch-Lightning-GAN

Implementations of various GAN architectures using PyTorch Lightning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%