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

AdaConv with StyleGAN #5

Open
dariabaranovskaya opened this issue Jun 3, 2022 · 0 comments
Open

AdaConv with StyleGAN #5

dariabaranovskaya opened this issue Jun 3, 2022 · 0 comments

Comments

@dariabaranovskaya
Copy link

dariabaranovskaya commented Jun 3, 2022

Thanks for the authors' of this repo hard work.

I have a question about implementation of styleGAN2 with adaConv. Hope, somebody can help me understand how it is supposed to be implemented. StyleGAN2 takes style as a 1d vector, but adaconv requires the style to be an image (2d vector). Does the reshape of 1d style to an image is done at the beginning with replacement of Linear layers with Conv2d or layers aren't changed except for demodulation part, before which reshape is done every time?

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