Mismatched Edges in PyTorch Geometric’s HGTLoader for OAG Dataset
I’ve been experimenting with PyTorch Geometric’s HGTLoader to train a 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 don’t match with the original dataset. This inconsistency shouldn’t be happening. What could be causing this issue?