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

run multi_code_inversion with stylegan2_ffhq model failed #8

Open
Xiaomao136 opened this issue Sep 18, 2020 · 0 comments
Open

run multi_code_inversion with stylegan2_ffhq model failed #8

Xiaomao136 opened this issue Sep 18, 2020 · 0 comments

Comments

@Xiaomao136
Copy link

An error occurred when running multi_code. Checking the code found two errors in the derivable_generator.py file. The errors are as follows:
line 66
self.stylegan = get_gan_model(gan_model_name).net ---> self.stylegan = get_gan_model(gan_model_name)

line 77
self.stylegan.cuda(device=device) ---> self.stylegan.net.cuda(device=device)

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