Skip to content
Discussion options

You must be logged in to vote

Sadly no, and this is one of the disadvantages of subgraph-sampling since you typically want to do inference on the full graph. There is a clever workaround though, which allows you to create node-embeddings on CPU in a layer-wise fashion, i.e., it will create all node embeddings for the first layer, and then uses those to create node embeddings for the second layer, and so on. Here is an example on how to do so.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@melsaa
Comment options

@rusty1s
Comment options

Answer selected by melsaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants