Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neeldevenshah/mgan
https://github.com/neeldevenshah/mgan
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/neeldevenshah/mgan
- Owner: NeelDevenShah
- Created: 2023-08-02T15:33:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-05T06:55:44.000Z (over 1 year ago)
- Last Synced: 2024-03-21T20:36:57.231Z (10 months ago)
- Language: Python
- Size: 4.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Implementation of MGAN (Multiple/Mixture of Generative Adversial Net)
This TensorFlow code implements an example of MGAN for the CIFAR-10 dataset, presented in the paper "MGAN: Training Generative Adversarial Nets with Multiple Generators" accepted at the 6th International Conference on Learning Representations (ICLR 2018).
The code was made by Neel Shah for the image deblur project