idinvert_pytorch icon indicating copy to clipboard operation
idinvert_pytorch copied to clipboard

Questions about ResBlock implementation

Open doutzi opened this issue 4 years ago • 1 comments

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!

doutzi avatar Dec 11 '20 16:12 doutzi

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.

zhujiapeng avatar Dec 15 '20 05:12 zhujiapeng