rosinality / stylegan2-pytorch

Implementation of Analyzing and Improving the Image Quality of StyleGAN (StyleGAN 2) in PyTorch
MIT License
2.74k stars 623 forks source link

Generate Cifar10 images #334

Closed JiiahaoXU closed 2 years ago

JiiahaoXU commented 2 years ago

Does anyone else encounter that using this code for the synthesis of 32X32 CIFAR10 images is very terrible? The IS can only achieve 7.5 and for FID stuck around 45.

Anyone have solved this problem?