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

Share the bottom-up and top-down parameters #11

Closed
wizardk opened this issue Dec 1, 2021 · 1 comment
Closed

Share the bottom-up and top-down parameters #11

wizardk opened this issue Dec 1, 2021 · 1 comment

Comments

@wizardk
Copy link

wizardk commented Dec 1, 2021

In your paper, it's said "the variational inference is designed in a bidirectional way based on bottom-up path and top-down path, while letting the inference network (left) and generative network (right) share their parameters as shown in Figure 1."
But in your code, I didn't find a place to share parameters. Can you tell me what I missed?
Thank you in advance.

@LEEYOONHYUNG
Copy link
Owner

It means that NN modules belonging to the top-down path are used as a part of both the encoder (variational inference) and the decoder (generative network) of the BVAE.

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