Skip to content
Discussion options

You must be logged in to vote

No you aren't doing anything wrong. edge_index is used to run message passing, since you specified num_neighbors=[0] the loader simply doesn't sample any edges for message passing. edge_label_index can be used for the link prediction task.

Since you don't want neighborhood information its probably better to use torch.DataLoader.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GianlucaDeStefano
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