kwotsin / mimicry

[CVPR 2020 Workshop] A PyTorch GAN library that reproduces research results for popular GANs.
MIT License
602 stars 62 forks source link

Do you have any plans to add StyleGAN? #9

Open greeneggsandyaml opened 4 years ago

greeneggsandyaml commented 4 years ago

Thank you for your hard work on this library!

Do you have any plans to add StyleGAN(2)? There are unofficial numerous PyTorch implementations (e.g. https://github.com/rosinality/stylegan2-pytorch) on GitHub.

kwotsin commented 4 years ago

Hi @greeneggsandyaml, thanks for the suggestion! I will certainly look into StyleGAN v2 and other interesting models as well! :D

greeneggsandyaml commented 4 years ago

Amazing, thank you!