.. | ||
README.md |
StyleGAN Implementations
DLAS supports two different StyleGAN2 implementations:
- @rosinality implementation Designed to reach parity with the nVidia reference implementation in TF1.5
- @lucidrains implementation Designed with simplicity and readability in mind.
I prefer the readability of @lucidrains implementation, but you cannot (yet) use pretrained weights with it. I'm working on that.