-
In the |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
May 1, 2021
Replies: 1 comment
-
Adjacency values in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdanb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adjacency values in
DenseSAGEConv
should not be weighted, and one should useDenseGraphConv
instead. I need to add this to the documentation.