autonomousvision / stylegan-xl

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

Typo in feature_networks/constants.py? #14

Closed mehdidc closed 2 years ago

mehdidc commented 2 years ago

Hi, thanks for releasing the code! shouldn't https://github.com/autonomousvision/stylegan_xl/blob/main/feature_networks/constants.py#L104 rather be VITS = VITS_IMAGENET + VITS_INCEPTION ? because I have the assertion at https://github.com/autonomousvision/stylegan_xl/blob/main/feature_networks/pretrained_builder.py#L196 which is raised when I try to run the training.

woctezuma commented 2 years ago

Correct. Otherwise, it makes no sense.

https://github.com/autonomousvision/stylegan_xl/blob/d7ddbe74e8141d70779f38a38ab94bc23bed8bf5/feature_networks/constants.py#L94-L104

xl-sr commented 2 years ago

thanks, fixed