You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for sharing your great works !!!! It's so amazing!
I have a question about the decoder, I wonder if you can help me out a bit.
Can you please explain what these three params are for? ( bias_xs, gain and bias )
If I may try to answer...
I understand the bias_xs as a fixed initial parámeter, if you look at how the topdown block is described in the paper, you'll see that it expects a tensor as an input, and will add the conditional information from the encoder in the left branch, but in the first decoder layer there is no previous input, so we add a constant (although trainable) input that will be the same for every image (sort of how its done in StyleGAN)
As for bias and gain, they seem to be used to scale the output, but I am not sure why they are required since the weights & biases of the last convolution could serve the same purpose 🤔
Hi, thanks for sharing your great works !!!! It's so amazing!
I have a question about the decoder, I wonder if you can help me out a bit.
Can you please explain what these three params are for? (
bias_xs
,gain
andbias
)vdvae/vae.py
Lines 186 to 190 in ea35b49
The text was updated successfully, but these errors were encountered: