Replies: 1 comment
-
You can read more about graph batching here.
The above On your data the global mean pool call would look something like this
|
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.
-
Hello, I'm trying to understand how
global_mean_pool layer
works, in particular, from the documentation it's not too clear to me what exactly I should assign asbatch
argument.If I have this simple Network
and a batch of data
data = Batch(batch=[274], edge_index=[2, 818], ptr=[101], x=[274, 112], y=[100])
How should I perform a global mean pooling on this?
Beta Was this translation helpful? Give feedback.
All reactions