Replies: 1 comment
-
Closing in favor of #5721 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm encountering a CUDA error with
RandomLinkSplit()
on PubMed and some Non-Planetoid datasets like Amazon-Photo and WikiCS:When I run my training code on CUDA, assertion errors like "index out of bounds" occur:
This is weird for me cause no errors pumping out and code proceeds successfully when I set
device='cpu'
, or use Cora / Citeseer on CUDA.OOM is not happening during the run. Huge thanks to anyone helping:heart:
Environment: PyTorch==1.8.1, PyG==1.7.0 CUDA=11.1
Beta Was this translation helpful? Give feedback.
All reactions