Skip to content
Discussion options

You must be logged in to vote

AFAIK, edge_index does not contain connections of all 80,000 nodes, right? With that, you can probably convert data into a subgraph that only hold the nodes that are contained in edge_index.unique(), e.g., via torch_geometric.utils.subgraph.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@rusty1s
Comment options

@fbragman
Comment options

@fbragman
Comment options

@rusty1s
Comment options

@fbragman
Comment options

Answer selected by fbragman
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