Skip to content
Discussion options

You must be logged in to vote

Mh, I see. I missed the part where you want to use the explainer :(

What you can probably do is use MessagePassing but overwrite the aggregate function, e.g.:

def aggregate(self, inputs):
    return inputs

This way, the explainer still manages to weight the importance of different messages.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@fredhastedt
Comment options

@fredhastedt
Comment options

@rusty1s
Comment options

Answer selected by fredhastedt
@fredhastedt
Comment options

@rusty1s
Comment options

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