Some questions about graphsage #4115
-
Hi, I would like to ask some questions about graphsage (or SAGEConv):
(By the way, it often takes me a lot of time to seek the example codes I want. It would be great if your team could provide an index for the example codes in README file in the example directory) Thanks in advance :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Thanks for your interest.
|
Beta Was this translation helpful? Give feedback.
-
I totally understand that. This is a great idea. Let me work on that. |
Beta Was this translation helpful? Give feedback.
Thanks for your interest.
SAGEConv
) from the scalability technique (NeighborSampler
). That way, you can useSAEGConv
for full-batch training, and can use any other PyG GNN model for neighbor sampling as well.GraphSAGE
model for graph classification.