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

Questions about ResBlock implementation #14

Open
doutzi opened this issue Dec 11, 2020 · 1 comment
Open

Questions about ResBlock implementation #14

doutzi opened this issue Dec 11, 2020 · 1 comment

Comments

@doutzi
Copy link

doutzi commented Dec 11, 2020

Hi, first of all thanks for the great work!

I just compared the ResBlock implementation with the original tensorflow implementation and I'm a little bit confused. Shouldn't there be an activation layer (e.g. LeakyReLU) after the first convolutional block? And the WScaleLayer used within the ResBlock, does this have the same impact as in the StyleGAN implementation, i.e. enables equalized learning rate if use_wscale=True?

Thank you for the clarification!

@zhujiapeng
Copy link
Collaborator

This is the first version of our encoder structure, the weights give here are exactly match the encoder's structure here. We updated the TensorFlow version a little from the first version.

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

2 participants