Skip to content
Discussion options

You must be logged in to vote
  • GraphSAINTEdgeSampler should never sample edges twice. Do you have a small script to reproduce this?

  • You are right that GraphSAINTEdgeSampler does not fix the number of batches. This is due to how GraphSAINT is defined, i.e. nodes are potentially re-sampled across iterations.

  • I'm not entirely sure why you need GraphSAINTEdgeSampler in the first place. Processing 100k edges should be easily doable in full-batch mode, and you can even use DataLoader to stack multiple graphs together if GPU memory allows.

Replies: 1 comment 12 replies

Comment options

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

@jasperhyp
Comment options

@rusty1s
Comment options

@jasperhyp
Comment options

@rusty1s
Comment options

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