Replies: 1 comment 3 replies
-
How big is your graph? We provide several scalability techniques to enable learning on large graphs, e.g.:
|
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi, I'm going to training a custom GCN layers by a training set with pytorch.
The problem is that, each input graph is too big to input in a one graphic card.[My graphic cards 3090 * 2]
I'm searching methods(dataparallel, distributedparallel, DGL ..etc) for this situation.
But I think that this case is not solved with those methods..
By which way, can I treat this problem?
(Neugraph is the only one Method I can use?..)
Beta Was this translation helpful? Give feedback.
All reactions