-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
For datasets like Mutag you could directly use RGCNConv, it has a different parameters for each But if you want to convert something like Mutag to HeteroData, one way to do it would be
|
Beta Was this translation helpful? Give feedback.
-
@wsad1 how about when we have a multiple nodes type? I want to convert MUTAG datasets to a heterogenous graph structures with node and edge information like it is given in |
Beta Was this translation helpful? Give feedback.
For datasets like Mutag you could directly use RGCNConv, it has a different parameters for each
edge_type
.But if you want to convert something like Mutag to HeteroData, one way to do it would be