https://github.com/oelin/vanilla-gan
An implementation of a vanilla GAN in PyTorch.
https://github.com/oelin/vanilla-gan
gan gans mnist
Last synced: 3 months ago
JSON representation
An implementation of a vanilla GAN in PyTorch.
- Host: GitHub
- URL: https://github.com/oelin/vanilla-gan
- Owner: oelin
- Created: 2023-10-09T20:26:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T10:14:32.000Z (about 1 year ago)
- Last Synced: 2024-04-28T11:25:31.893Z (about 1 year ago)
- Topics: gan, gans, mnist
- Language: Jupyter Notebook
- Homepage:
- Size: 4.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vanilla GAN
An implementation of a vanilla GAN in PyTorch.
https://github.com/oelin/vanilla-gan-mnist/assets/42823429/c96d6936-f243-48c1-abde-37fb045eac13
## Samples
After epoch 0.
After epoch 10.
After epoch 100.
After epoch 200.
After epoch 300.
![]()