Replies: 3 comments 4 replies
-
Can you upgrade your PyG to the latest version and try it again? This seems has been resolved in the latest version. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@EdisonLeeeee I've pip-upgraded PyG to 2.1.0.post1 and the issue still exists, but at
|
Beta Was this translation helpful? Give feedback.
4 replies
-
I've opened an issue #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.
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==2.0.1 CUDA=11.1
Beta Was this translation helpful? Give feedback.
All reactions