Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soooda/gan
This repo contains my reproduction of the base GAN paper in Pytorch.
https://github.com/soooda/gan
deep-learning generative-model python pytorch
Last synced: 9 days ago
JSON representation
This repo contains my reproduction of the base GAN paper in Pytorch.
- Host: GitHub
- URL: https://github.com/soooda/gan
- Owner: Soooda
- Created: 2023-12-24T13:43:19.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-01-15T03:10:14.000Z (10 months ago)
- Last Synced: 2024-01-15T06:45:06.361Z (10 months ago)
- Topics: deep-learning, generative-model, python, pytorch
- Language: Python
- Homepage:
- Size: 90.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vanilla Generative Adversarial Nets
This repo contains my reproduction of the base GAN paper in Pytorch.## References
* [Generative Adversarial Nets](https://arxiv.org/abs/1312.6114)