Replies: 1 comment
-
I will answer myself. The difference in edge indices between the original dataset ( |
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.
-
Hey
I've been experimenting with PyTorch Geometric's HGTLoader to train a HGT model on the OGB_MAG dataset. Everything seems to be running smoothly, but upon double-checking the HGTLoader, I discovered that the edges for type X lets say ('paper', 'cites', 'paper') don't match with the original dataset. This shouldn't be happening, right ? What could be causing this issue? Or do I miss something?
Here some sample code
If we now compare the batch edge index
with the original data edge index
we can see, that some, or all edges from the batch do not exist in the original data.
I am very grateful for any help.
Beta Was this translation helpful? Give feedback.
All reactions