How to quickly find indices of edges that contain certain nodes from edge_index? #5593
Answered
by
EdisonLeeeee
scottshufe
asked this question in
Q&A
-
Ask for help. My problem is just as the title described. |
Beta Was this translation helpful? Give feedback.
Answered by
EdisonLeeeee
Oct 2, 2022
Replies: 1 comment 8 replies
-
You can take a look at torch_geometric.utils.subgraph. |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
scottshufe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can take a look at torch_geometric.utils.subgraph.