-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
It seems the data pre-processing does not convert the graphs to simple graphs. Even though they are undirected and unweighted, some nodes in the graphs have multiple parallel edges. This bug seems to impact graphs loaded via torch_geometric
and dgl
- networkx
already handles this.
Thankfully, the number of such parallel edges is not significant - I did a quick check on the train and validation set, and the graphs have ~ 11 extra parallel edges on average. Not a big issue (it should not impact model performance or results in any way), though.
Metadata
Metadata
Assignees
Labels
No labels