Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ialhashim/StyleGAN-Tensorflow2
StyleGAN - TensorFlow 2.0 implementation compatible with the official code
https://github.com/ialhashim/StyleGAN-Tensorflow2
Last synced: 3 months ago
JSON representation
StyleGAN - TensorFlow 2.0 implementation compatible with the official code
- Host: GitHub
- URL: https://github.com/ialhashim/StyleGAN-Tensorflow2
- Owner: ialhashim
- License: gpl-3.0
- Created: 2019-07-17T17:57:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T04:11:23.000Z (over 3 years ago)
- Last Synced: 2024-11-07T15:04:29.874Z (3 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 2.38 MB
- Stars: 27
- Watchers: 1
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Tensorflow2 - ialhashim/StyleGAN-Tensorflow2
README
# StyleGAN Tensorflow 2.0
This is an unofficial TensorFlow 2.0 implementation of the paper with full compatibility with the orignal code:> **A Style-Based Generator Architecture for Generative Adversarial Networks**
> Tero Karras (NVIDIA), Samuli Laine (NVIDIA), Timo Aila (NVIDIA)
> http://stylegan.xyz/paperMost of the code is just a translation of the [offical repo](https://github.com/NVlabs/stylegan).
# Notebook example
You can see how to load the model and generate samples in this [notebook](stylegan.ipynb).# Goal
Training the model is not yet well supproted (might come later in the future). The main goal of this repo is to quickly load up StyleGAN and experiment with a pretrained model.