Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)