Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chenyuntc/pytorch-gan

A minimal implementaion (less than 150 lines of code with visualization) of DCGAN/WGAN in PyTorch with jupyter notebooks
https://github.com/chenyuntc/pytorch-gan

gan wgan

Last synced: 19 days ago
JSON representation

A minimal implementaion (less than 150 lines of code with visualization) of DCGAN/WGAN in PyTorch with jupyter notebooks

Awesome Lists containing this project

README

        

# pytorch-GAN

A minimal implementaion of DCGAN/WGAN in PyTorch with jupyter notebooks.
This is the first program I write in PyTorch when I was learning PyTorch.

NOTE, I've rewriten it to make it even simpler