Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leafinity/SAGAN-tensorflow2.0

Tensorflow-2.0 implementation of "Self-Attention Generative Adversarial Networks"
https://github.com/leafinity/SAGAN-tensorflow2.0

Last synced: 3 months ago
JSON representation

Tensorflow-2.0 implementation of "Self-Attention Generative Adversarial Networks"

Awesome Lists containing this project

README

        

# Self-Attention GAN
Tensorflow-2.0 implementation of ["Self-Attention Generative Adversarial Networks."](https://arxiv.org/abs/1805.08318).
## Usage

* train

python main.py --train

* generate

python main.py

the results will show in `./results`.

## Results

![result](sa_result.jpg)

## Reference
[pytorch implementation](https://github.com/heykeetae/Self-Attention-GAN)

[Tensorflow-1.0 implementation](https://github.com/taki0112/Self-Attention-GAN-Tensorflow)

## Contributors
trainer.py contributed by [Kinna](https://github.com/KinnaChen)