Skip to content

Question on how Message Passing is performed on torchgraphs #3

@Danelrf

Description

@Danelrf

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions