lucidrains / stylegan2-pytorch

Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement
https://thispersondoesnotexist.com
MIT License
3.72k stars 588 forks source link

How is the performance compared with the official Tensorflow implementation #95

Open laoreja opened 4 years ago

laoreja commented 4 years ago

Hi,

Thanks for the great repo!

May I ask how is the performance (e.g., FID score) compared with the official Tensorflow implementation? Thank you!

Michi-123 commented 4 years ago

This model generate rough images speedy in early epoch, but it will takes much time to converge than nVidia's one.