autonomousvision / stylegan-xl

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

AttributeError: 'DummyMapping' object has no attribute 'w_avg' #59

Open Limbicnation opened 2 years ago

Limbicnation commented 2 years ago

When I try to generate_video I get the Following error:

AttributeError: 'DummyMapping' object has no attribute 'w_avg'

woctezuma commented 2 years ago

Duplicate of:

Limbicnation commented 2 years ago

@woctezuma apologies, but I am not sure how to resolve this issue. Thanks!

xl-sr commented 2 years ago

can you post the command you're using ?

leinace1001 commented 2 years ago

I think there is a bug in the implementation of class DummyMapping in training/networks_fastgan.py, i.e. it misses some parameters compared to the mapping class of stylegan2 or stylegan3, but I don't know how to assign these parameters.