File size: 680 Bytes
9d15e0b |
1 2 3 4 5 6 7 8 |
# Analyzing and Improving the Image Quality of StyleGAN
<b>Paper:</b> <a href="https://arxiv.org/abs/1912.04958">https://arxiv.org/abs/1912.04958</a>
# About
These are the pretrained weights for [this](https://github.com/matthias-wright/flaxmodels/tree/main/flaxmodels/stylegan2) StyleGAN2 implementation in Jax/Flax. The weights are taken from [this](https://github.com/NVlabs/stylegan2) and [this](https://github.com/NVlabs/stylegan2-ada) repository.
# Documentation
[Here](https://github.com/matthias-wright/flaxmodels/blob/main/docs/Documentation.md#1-checkpoints) is a documentation that explains the preprocessing steps as well as the format of the pretrained weights. |