Closed denadai2 closed 1 year ago
this does not happen in my mac
the problem disappears when I use d[tuple(['user', 'rates', 'movie'])].edge_label_index.cpu()
This should be fixed in master. Previously, LinkNeighborLoader
indeed expected CPU-based edge_label_index
. Feel free to re-open if the issue is not yet resolved.
from torch_geometric.data import Data throwing following error
/tmp/.local/lib/python3.10/site-packages/torch_geometric/typing.py:54: UserWarning: An issue occurred while importing 'pyg-lib'. Disabling its usage. Stacktrace: libcudart.so.11.0: cannot open shared object file: No such file or directory warnings.warn(f"An issue occurred while importing 'pyg-lib'. " Segmentation fault (core dumped)
🐛 Describe the bug
Using this code down here I have
Segmentation Fault
. Is there any specific reason behind it?Output:
Environment