Skip to content
Discussion options

You must be logged in to vote

Thanks for your questions

  1. Firstly PPI is a homogenous graph so there's only a single node and edge type. The LinkNeighborLoader will sample 10 neigbhors 2-hops away that's what num_neighbors = [10, 10] indicates.
  2. LinkNeibhborLoader will created around num_edges/2048 subgraphs, each subgraph is used in a batch
  3. Yes
  4. The code is really to illustrate how to do unsupervised training, also I think the original paper which you can find here used 10 epochs
  5. Which aggregation are you referring to here?
  6. Yes mentioned that in 4.

Replies: 1 comment 1 reply

Comment options

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

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