Skip to content
Discussion options

You must be logged in to vote
  1. They will overlap. The training split use a subset of training edges for message passing, and the validation split will use all training edges for message passing (both message passing + supervision edges).
  2. Yes, this is the intended behavior.
  3. Given your configuration, edge_index is split into 80%/10%/10% training/validation/test edges. From the 80% of training edges, 70% are used for message passing, and 30% are used for supervision.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jamil2388
Comment options

@rusty1s
Comment options

@jamil2388
Comment options

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