Skip to content
Discussion options

You must be logged in to vote

Taking Cora as an example, there are edges that are inherently undirected, e.g., (1,2) and (2, 1) both exist in the dataset. PyG will remove duplicate edges from a graph when converting it to an undirected one, so the number of edges will be less than 5429 * 2.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by xiaomi4356
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants