Unofficial Tensorflow 2.3 and keras implementation of StyleGAN2.
- tensorflow >= 2.3
- GPU
See the colab example. In this example the algorithm is applied to very small images (32x32) and not trained for a long time. In order to get satisfactory results, colab is probably not enough.
The code was inspired by the following repositories:
- https://github.com/manicman1999/StyleGAN2-Tensorflow-2.0, mainly for for the conv_mod layer.