One Graph, and inputs are features #2767
Unanswered
hossam-zaki
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Thanks for your interest. I'm not entirely sure what you are trying to do. PyG can handle both processing of a single graph (e.g., |
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.
-
Hello! I'm learning a bit more about Pytorch geometric for a project I'm working on. My original plan was to have one graph, and the inputs would be the features for each node in the graph. But, from what I'm reading, this doesn't seem to be possible. Is it?
Another alternative would be to have the standard inputs (graphs and features in the Data object), where the adjacency matrix will not change, but the features will. Would this work too?
Any help is appreciated. Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions