Hybrid Graph Dataset #6738
Unanswered
pouya-taghipour
asked this question in
Q&A
Replies: 1 comment
-
Check if this https://pytorch-geometric.readthedocs.io/en/latest/advanced/batching.html#pairs-of-graphs helps. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello everyone,
I need to create a PyTorch Geometric dataset so that each sample consists of two graphs but with the same label.
I know the naive solution is to create two separate datasets and load them separately to feed into my model.
But, is there any way to make a single dataset?
it should be noted that the node and edge feature size/structure in these two datasets is different.
Here is my Example Code:
Beta Was this translation helpful? Give feedback.
All reactions