Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honlan/tf2gan
TensorFlow 2.0 implementations of some awesome Generative Adversarial Networks
https://github.com/honlan/tf2gan
generative-adversarial-network tensorflow
Last synced: 3 months ago
JSON representation
TensorFlow 2.0 implementations of some awesome Generative Adversarial Networks
- Host: GitHub
- URL: https://github.com/honlan/tf2gan
- Owner: Honlan
- License: mit
- Created: 2019-10-29T06:27:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T09:36:35.000Z (about 5 years ago)
- Last Synced: 2023-10-19T18:30:08.185Z (over 1 year ago)
- Topics: generative-adversarial-network, tensorflow
- Language: Python
- Homepage:
- Size: 13.5 MB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TF2GAN
TensorFlow 2.0 implementations of some awesome Generative Adversarial Networks
Pretrained models: [Tencent Drive](https://share.weiyun.com/5zidEUa), 2nv5sp
### [DCGAN](DCGAN/) (Deep Convolutional Generative Adversarial Network)
[paper](https://arxiv.org/abs/1511.06434) [project](https://github.com/carpedm20/DCGAN-tensorflow)
### [SPADE](SPADE/) (Semantic Image Synthesis with Spatially-Adaptive Normalization)
[paper](https://arxiv.org/abs/1903.07291) [project](https://nvlabs.github.io/SPADE/)
### [UNet](UNet/) (Convolutional Networks for Biomedical Image Segmentation)
[paper](https://arxiv.org/abs/1505.04597)
### [RAG](RAG/) (Residual Attribute Generative Adversarial Network)
[paper](https://ieeexplore.ieee.org/document/8746217)