Fit a set of independent HeteroData to a heterogeneous model for classification. #5586
Unanswered
LynchOrange
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Is that possible to use a set of HeteroData as the input to a heterogeneous model for classifying the class of each HeteroData?
The DataListLoader for object HeteroData is different from it for object Data. I can't directly extract the attributes from HeteroDataBatch. For example:
If the object of DataListLoader is Data, I can get node features by “x = batch.x”, but if the object of DataListLoader is HeteroData, the code "x_dict = batch.x_dict" doesn't work. Is there an example of applying a heterogeneous model on multiple graphs?
Beta Was this translation helpful? Give feedback.
All reactions