Replies: 2 comments 2 replies
-
In general, for undirected graphs, it is best to simply hold bidirectional edges in |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your pointers. I am redefining the
Kindly let me know in case I am wrong here. Thanks! |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hi all,
Just for clarification, the
NodeModel
in MetaLayer docs is for directed graphs right?For using the
NodeModel
in undirected graph, I wrote the following snippet:This will later be passed into
MetaLayer
initialization. Am I right in assumingout = torch.cat([x, mean_edge_feats, global_state], dim=1)
?Beta Was this translation helpful? Give feedback.
All reactions