large scale heterogeneous graph classification #5824
Unanswered
leethu2012
asked this question in
Q&A
Replies: 1 comment 12 replies
-
Do your graph don‘t even fit with a batch size of 1? One way you could solve it is to run |
Beta Was this translation helpful? Give feedback.
12 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.
-
I am building a classifier for heterogeneous graphs. The graphs are too big and cause GPU OOM problem during training.
Can you give some advice for this problem?
I wonder whether sampling methods, such as HGTLoader or NeighborLoader, which are used for node classification, can be used for large scale heterogeneous graph classification?
Thanks for any advice!
Beta Was this translation helpful? Give feedback.
All reactions