Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chenyuntc/pytorch-gan
- Owner: chenyuntc
- License: mit
- Created: 2017-02-20T09:17:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T10:05:16.000Z (almost 7 years ago)
- Last Synced: 2024-12-17T06:43:06.855Z (21 days ago)
- Topics: gan, wgan
- Language: Jupyter Notebook
- Homepage:
- Size: 2 MB
- Stars: 189
- Watchers: 6
- Forks: 72
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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