GraphSAGE icon indicating copy to clipboard operation
GraphSAGE copied to clipboard

WHY 2 layer loop in aggregate function?

Open mxydls opened this issue 2 years ago • 0 comments

Hi, I'm wondering why we need a 2 layer loop in the aggregate function? Here is the pseudo code from the paper: image From my understanding, the aggregation is a one way process, from the bottom layer(with the most nodes) to the top layer(original batch nodes), which does not need 2 loops.

mxydls avatar Nov 03 '22 11:11 mxydls