Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Galaxies99/GAN-pytorch
Personal Pytorch Implementations of Generative Adversarial Networks
https://github.com/Galaxies99/GAN-pytorch
Last synced: about 1 month ago
JSON representation
Personal Pytorch Implementations of Generative Adversarial Networks
- Host: GitHub
- URL: https://github.com/Galaxies99/GAN-pytorch
- Owner: Galaxies99
- License: mit
- Created: 2021-06-04T11:36:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T18:26:13.000Z (over 3 years ago)
- Last Synced: 2024-06-11T10:45:37.833Z (6 months ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cs - @Galaxies99, 2021 Spring
README
# GAN-pytorch
Personal Pytorch Implementations of Generative Adversarial Networks
## Implementations
- DCGAN
- Noise adding tricks (adding constant Gaussian noise, annealing Gaussian noise)## References
1. Goodfellow, Ian J., et al. "Generative adversarial networks." arXiv preprint arXiv:1406.2661 (2014).
2. Radford, Alec, Luke Metz, and Soumith Chintala. "Unsupervised representation learning with deep convolutional generative adversarial networks." arXiv preprint arXiv:1511.06434 (2015).
3. Jenni, Simon, and Paolo Favaro. "On stabilizing generative adversarial training with noise." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2019.