-
I'm having trouble seeing how the implementation of |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Apr 30, 2021
Replies: 1 comment
-
Yes, they are both pretty similar. One difference is the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
smorad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, they are both pretty similar. One difference is the
normalize=True
flag. Furthermore,DenseGraphConv
has support for different aggregations (such asadd
), whileDenseSAGEConv
always performs (unweighted) mean-aggregation.