Skip to content
Discussion options

You must be logged in to vote

Do you desperately need graph-sampling (e.g., LinkNeighborLoader) for this? Otherwise, I guess this is straightforward to implement. You have a GNN operating on the existing graph, and train against finding the next best node pair/edge. Afterwards, you simply concatenate this pair to edge_index and repeat. The usage of LinkNeighborLoader makes this a bit harder to solve since it does not support modification to the underlying graph that easily (it operates on CSC sparse matrix format).

Replies: 1 comment 6 replies

Comment options

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

@GianlucaDeStefano
Comment options

@rusty1s
Comment options

@GianlucaDeStefano
Comment options

@rusty1s
Comment options

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