Working example of MemPooling operation? #2623
Replies: 3 comments
-
We do not have an example yet, but please feel free to post your error and a minimal example to reproduce. I'm sure we can identify what's going wrong :) |
Beta Was this translation helpful? Give feedback.
-
About the working example. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your replies @rusty1s and @wsad1. I will look into the original implementation and the example that @wsad1 is going to add. If the issue still persists, I will post my code to reproduce the error. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using PyTorch Geometric extensively over the past year and I have found it to be one of the most comprehensive Graph ML libraries! Kudos to the developers.
I was wondering if there is a working example for the MemPooling technique introduced in the paper Memory-Based Graph Networks in ICLR 2020. I was attempting to club it with other models in the library but I keep running into issues related to detach() during backprop.
Is there an example usage of MemPooling similar to the other techniques in the library? If so, a link to it would be highly appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions