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

Decoder Top vs Upsamping layer #79

Open
space1panda opened this issue Dec 19, 2023 · 0 comments
Open

Decoder Top vs Upsamping layer #79

space1panda opened this issue Dec 19, 2023 · 0 comments

Comments

@space1panda
Copy link

space1panda commented Dec 19, 2023

Hi @rosinality, thank you a lot for your contribution.

I have a question regarding the upsampling of the top latent representation.

We use top decoder to upsample the quantized top representation by the factor of 2, during encoding process.

During decoding, the sampled codes are quantized and then upsampled using separated ConvTranspose layer (_upsample_t).

My question is - why cannot we use top decoder here again? why do we have to add that separated layer which learns that same mapping?

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