Graph Datasets with Single nodes #9620
Unanswered
anthonysirico
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can PyG handle datasets that contain graphs with single nodes? In my set, not every graph is a "graph." My initial through is to create a model with an
if
statement that states if a graph has 1 node that it bypasses the GCN layer and goes to its own CNN, but I don't know how that would work when mini-batching.If it can handle single nodes, how should I handle things like edge features? Because the other graphs will have more features than a single node "graph."
Beta Was this translation helpful? Give feedback.
All reactions