Pyg explaination for edge classification model. #8488
Replies: 2 comments 11 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
1 - I was refering ot edge binary classification, not link prediction, any guess for that ? 2 - I was refering to loaders for the explain class, namely how to use loaders with explaination. My datas are too large to be charged in one time on the computer. Any idea about how to use loaders with explain. Or simply to manage memory issues with explain ? Thanks by advance. Arthur |
Beta Was this translation helpful? Give feedback.
11 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.
-
Hello all, I recently discovered the Explain module of torch geometric. I want to use it to explain an edge classification model. Unfortunately, I have two main issues:
1 - Is this framework supported by explain, maybe can you tell me where I can find an example for an edge classification model ?
2 - My graph is huge and I usually need to use loaders for training and evaluation (Because of memory limit). Some tests with explaination made my kernel crash, is there a way to use loaders, or is it a problem that you know how to adress ?
To be 100% clear, here is the project I try to make explainations about: Multi-GNN
Many thanks by advance.
Best,
Arthur
Beta Was this translation helpful? Give feedback.
All reactions