Dear OGB Team,
Thanks for providing these awesome datasets!
I noticed that for the ogbn-products dataset, there are some redundant self connections. For example, the edge (15064,15064) occurred twice in the edge_index array.

Here is a list of the row and column indices of the repeated edges. After removing the repeated edges, it gives me 123718152 (doubled) edges instead of the original 123718280 edges.

Best,
Tedzhouhk
Dear OGB Team,
Thanks for providing these awesome datasets!
I noticed that for the ogbn-products dataset, there are some redundant self connections. For example, the edge (15064,15064) occurred twice in the edge_index array.

Here is a list of the row and column indices of the repeated edges. After removing the repeated edges, it gives me 123718152 (doubled) edges instead of the original 123718280 edges.

Best,
Tedzhouhk