You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In preprocess_ogbn_mag.py, line 95, for i, (pos_rw, neg_rw) in enumerate(loader):, it occurs this error: IndexError: index 1939743 is out of bounds for dimension 0 with size 736389. I try to change hyperparameters to smaller, but it still occur the same error.