Implementing skip connections in GCNs #6902
codeastra2
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
I think we already provide this option via the |
Beta Was this translation helpful? Give feedback.
0 replies
-
@rusty1s thanks for your reply, I searched the documentation of
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Skip connections are a useful feature to overcome issues of over-squashing:
When aggregating some of the information from the nodes we skip some of these nodes, could we add a argument in GCN(in_f, out_f, skip=True) which would do this?
Beta Was this translation helpful? Give feedback.
All reactions