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

https://github.com/mgmk2/StyleGAN

TensorFlow2.0 implimentation of StyleGAN
https://github.com/mgmk2/StyleGAN

Last synced: 5 months ago
JSON representation

TensorFlow2.0 implimentation of StyleGAN

Awesome Lists containing this project

README

          

# StyleGAN
TF2.0 implimentation of StyleGAN (https://arxiv.org/abs/1812.04948).
This implimentation works on CPU, GPU and also colab TPU.

# Requirements
* Python3
* Tensorflow >= 2.0.0
* Numpy
* Pillow
* Matplotlib
* Pandas

# License
[Apache License 2.0](https://github.com/mgmk2/StyleGAN/blob/master/LICENSE)