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
- Host: GitHub
- URL: https://github.com/mgmk2/StyleGAN
- Owner: mgmk2
- License: apache-2.0
- Created: 2019-10-21T09:48:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T17:37:08.000Z (almost 6 years ago)
- Last Synced: 2024-11-18T18:46:34.814Z (11 months ago)
- Language: Python
- Homepage:
- Size: 119 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Tensorflow2 - mgmk2/StyleGAN
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)