GraphSAINTNodeSampler with CUDA #7024
-
I am trying to run a graph autoencoder using the I was wondering why the assertion is there and if there is a way to use Thanks in advance for any help and suggestion. 😊 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
My question above seems to be the same as the one discussed in this issue on For instance
and then
Would that be the intended usage? |
Beta Was this translation helpful? Give feedback.
My question above seems to be the same as the one discussed in this issue on
GraphSAINTRandomWalkSampler
, which, however, doesn't outline an example solution. I guess the sampler needs to be instantiated using as input a graph dataset on CPU, and then the device conversion (e.g.,to(device)
) needs to be applied to each mini-batch.For instance
and then
Would that be the intended usage?