Use GlobalAttention as GraphLevelClassifier #3644
Unanswered
vlatorre847
asked this question in
Q&A
Replies: 1 comment
-
We have an example of |
Beta Was this translation helpful? Give feedback.
0 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.
-
I wanted to use the GlobalAttention layer as graph level classifier instead of the more standard global_mean_pool or global_max_pool. However I noticed that its implementation is more complex than the aforementioned methods.
Is there any example I can use as reference? I searched the examples but I could not find anything.
Beta Was this translation helpful? Give feedback.
All reactions