Custom Conv #4639
Answered
by
Padarn
DogitoErgoSum
asked this question in
Q&A
Custom Conv
#4639
-
Hello, I am building an Heterogeneous graph classification model, all my graphs have at max 1 node per node type. This means i can improve a lot the gineconv expressiveness by doing a convolution that does the following: I am trying to create a convolution class that does that like this:
Am i doing something wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
Padarn
May 14, 2022
Replies: 1 comment 3 replies
-
Can you elaborate on what you think might be wrong? Though there ae some bugs in your code - for example you will want to set the mlp as a property of your network
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
DogitoErgoSum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you elaborate on what you think might be wrong?
Though there ae some bugs in your code - for example you will want to set the mlp as a property of your network