Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With the standard MessagePassing class, it seems that node update is limited to either "source to target" or "source to target."
Given a bipartite graph, I would like to update nodes based on node and edge attributes, leaving edge attributes throughout the iteration/learning as constants. The two nodes are specified by the edge that connects those. The learning objective would be node regression.
In short, is there any base class that could be extended to update node i and node j based on node i, node j, and edge ij?
Beta Was this translation helpful? Give feedback.
All reactions