Replies: 1 comment 4 replies
-
Do you know from which line exactly the segmentation fault is coming from? |
Beta Was this translation helpful? Give feedback.
4 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.
-
So I have been doing my link prediction using https://github.com/snap-stanford/ogb/blob/master/examples/linkproppred/ddi/gnn.py when I am using GCN my code runs perfectly but when I change the use the SAGE code it does not work and give me segmentaion error
/tmp/slurmd/job9389885/slurm_script: line 17: 41836 Segmentation fault (core dumped) python GNN_SAGE_cuda.py
Here is my code as well
Beta Was this translation helpful? Give feedback.
All reactions