-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault when use NeighborSampler. #3835
Comments
|
Seems to be related to an incorrect definition of |
🐛 Bug
I keep getting Segmentation fault when I use NeighborSampler.
Thread 1 "python" received signal SIGSEGV, Segmentation fault.
0x00007ffec1257e5d in sample_adj_cpu(at::Tensor, at::Tensor, at::Tensor, long, bool) () from /opt/conda/lib/python3.8/site-packages/torch_sparse/_sample_cuda.so
To Reproduce
Expected behavior
No seg fault.
Environment
torch_geometric.__version__
): 2.0.3torch.__version__
): 1.8.13.9
): 3.8.8conda
,pip
, source): piptorch-scatter
):Additional context
The pickle file can be downloaded here
The text was updated successfully, but these errors were encountered: