Skip to content
Discussion options

You must be logged in to vote

@EdisonLeeeee i may be misinterpreting your response, but i found the answer to my confusion. there are no false positives. basically, a subgraph is created at every batch and then the positive nodes are valid edges within this subgraph. since i have num_neighbors = [1[, i will run into cases where the positive edges are not x['edge_index']. if i do num_neighbors=[-1], i see the positive edge show up. furthermore, i created some test code to test certain properties of the subgraph sampled at every batch which made things clear for me. all positive edges are in this batch-level subgraph.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@jlimsf
Comment options

@EdisonLeeeee
Comment options

@jlimsf
Comment options

@jlimsf
Comment options

Comment options

You must be logged in to vote
1 reply
@jlimsf
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jlimsf
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