Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)