-
Hi all! According to the paper GraphSAGE (SAGEConv) implements a neighbourhood sampling for the nodes. I couldn`t find this implementation detail in the code for pyg. Could someone please hint me to the respective LOC in the code? Thank you :) |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Mar 27, 2024
Replies: 1 comment 5 replies
-
We have seperated GNN layer and neighbor sampling routine in PyG:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, exactly.
Yes, there is no sampling inside
SAGEConv
.