You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm wondering why we need a 2 layer loop in the aggregate function?
Here is the pseudo code from the paper:
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.
The text was updated successfully, but these errors were encountered:
Hi, I'm wondering why we need a 2 layer loop in the aggregate function?
Here is the pseudo code from the paper:
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.
The text was updated successfully, but these errors were encountered: