Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lucid Stylegan Error #2

Open
Ennorath opened this issue Apr 30, 2022 · 0 comments
Open

Lucid Stylegan Error #2

Ennorath opened this issue Apr 30, 2022 · 0 comments

Comments

@Ennorath
Copy link

Using colab, lucid sonic dreams, stylegan3. The name of the folder is stylegan2, but it contains stylegan3.
Downloaded womboflowers pkl (256x256, 05 kimg).
How to fix that issue? Is it compatible?
Used it as a style, receiving following error:

Preparing style...
Loading networks from /content/drive/MyDrive/LSD/lucid-sonic-dreams/womboflowers2.pkl...

KeyError Traceback (most recent call last)
in ()
37 motion_randomness = 0.8,
38 motion_harmonic = True,
---> 39 motion_percussive = False,
40 #random_seed=100
41 #class_complexity = 1

3 frames
/content/drive/MyDrive/LSD/lucid-sonic-dreams/stylegan2/torch_utils/persistence.py in _reconstruct_persistent_obj(meta)
191
192 assert meta.type == 'class'
--> 193 orig_class = module.dict[meta.class_name]
194 decorator_class = persistent_class(orig_class)
195 obj = decorator_class.new(decorator_class)

KeyError: 'FullyConnectedLayer'

Before it "module" was used here:
line 190: module = _src_to_module(meta.module_src)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant