Skip to content
Discussion options

You must be logged in to vote

TransformerConv scales linearly with the number of edges in your graph, so it is expected that there is a certain threshold to fit everything into GPU memory. I think you will need to use some scalability techniques to make TransformerConv applicable on larger graphs, e.g, via loader.NeighborLoader, loader.ClusterLoader or via loader.GraphSAINTSampler.

Replies: 1 comment 2 replies

Comment options

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

@rusty1s
Comment options

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