Replies: 1 comment
-
It is super tricky to debug since we cannot use any Python debugger to debug the C++ code. To debug the C++ code in The easiest way would be to create a simple graph example in Python, and modify the source code of |
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.
-
Hello, I don't really know what NeighborLoader is doing, especially the way hetero_neighbor_sample does, I'm not sure what is the stragtegy it used to sample form bi-graph. I checked the code, it's written from C++ in torch_sparse , I'm wondering how can i debug it, to see step by step how it works?
I'm trying to install pyg in debugging way, I dont know if it works...
Any suggestions?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions