stylegan-xl icon indicating copy to clipboard operation
stylegan-xl copied to clipboard

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

Open Limbicnation opened this issue 2 years ago • 4 comments

When I try to generate_video I get the Following error:

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

Limbicnation avatar May 31 '22 03:05 Limbicnation

Duplicate of:

  • #56

woctezuma avatar May 31 '22 04:05 woctezuma

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

Limbicnation avatar May 31 '22 05:05 Limbicnation

can you post the command you're using ?

xl-sr avatar Jun 10 '22 12:06 xl-sr

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.

leinace1001 avatar Jun 20 '22 08:06 leinace1001