Skip to content
Discussion options

You must be logged in to vote

__user_args__ collects the arguments of message, aggregate and update and collects them. By default, message is implemented as

def message(self, x_j: Tensor):
     return x_j

That's why it will contain x_j without any custom message definition.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alantes
Comment options

Answer selected by alantes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants