Replies: 1 comment 1 reply
-
It seems like PyG did some clean-up. The reason for getting rid of the self-loop is that for the citation network, the self-loop doesn't make sense as it would mean the paper is citing itself, right? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Why is there a discrepancy between citeseer graph from PyG and DGL?
It seems like PyG gets rid of self-loop from citeseer graph. The extra 124 edges reported by DGL is the number of self-loop in the citeseer graph.
Beta Was this translation helpful? Give feedback.
All reactions