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 how Message Passing is performed on torchgraphs #3

Open
Danelrf opened this issue Jun 30, 2022 · 0 comments
Open

Question on how Message Passing is performed on torchgraphs #3

Danelrf opened this issue Jun 30, 2022 · 0 comments

Comments

@Danelrf
Copy link

Danelrf commented Jun 30, 2022

I am currently trying to implement LRP on my own graph neural network, focused on discovering relevances at the node feature level (on my own implementation) where node features are roughly updated as:

H_next = (A.dot(H)).dot(W)

I see however, that the torchgraph implementation, and thus the LRP step in your research solely multiplies the node features with the weights.

Thus I would like to better understand how the node adjacencies are taken into consideration for the computations?

Thank you, and thank you for the great research and examples!

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