updating edge embeddings #4335
Unanswered
errhernandez
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Yes, that is correct. One can leverage |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hello. I have noticed that base class MessagePassing has functions edge_updater() and edge_update() which, if my understanding is correct seem to play the same roles as propagate() and update() do for nodes, but for edges instead. Is this so? Does it mean that one can use these functions to update edge embeddings? I actually looked through the source to try to find examples of convolutional layers that used this facility but could find none. Yet it is a very interesting possibility, as done for example in CensNet (https://arxiv.org/abs/2010.13242). Thanks.
Beta Was this translation helpful? Give feedback.
All reactions