autonomousvision / stylegan-xl

[SIGGRAPH'22] StyleGAN-XL: Scaling StyleGAN to Large Diverse Datasets
MIT License
961 stars 113 forks source link

What is the point for keeping the same projection type? #98

Open anArkitek opened 1 year ago

anArkitek commented 1 year ago

As the code shows, no matter the resolution is, the project_type is always 2. So what is the point of this line of code here?

https://github.com/autonomousvision/stylegan_xl/blob/4241ff9cfeb69d617427107a75d69e9d1c2d92f2/train.py#L285