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

Question on inputs to feature decoder #1

Open
claudian37 opened this issue Feb 5, 2024 · 1 comment
Open

Question on inputs to feature decoder #1

claudian37 opened this issue Feb 5, 2024 · 1 comment

Comments

@claudian37
Copy link

My understanding is that the inputs to the feature decoder are the outputs from the encoder, which are defined as latent variables zu and zv. However, this shows that the inputs to the feature decoder are xu and xv. Is my understanding incorrect or is this a typo?

(xu, xv), xe = conv((xu, xv), adj, xe=xe)

@rizalzaf
Copy link
Collaborator

rizalzaf commented Mar 5, 2024

Hi @claudian37
at the first layer of the decoder, zu = xu, and zv = xv. So the code should work fine.
Thanks.

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