Replies: 1 comment 4 replies
-
You have two options.
|
Beta Was this translation helpful? Give feedback.
4 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 have a batch of graphs features of dimension
bs, 18, 18
and its adjacency matrix alsobs,18,18
.what is a way to pool this into
bs,1
e.g. each tensor pooled in single value ?Any better way just getting the mean e.g. with some nn layer?
I looked into
pyg
pooling layers but they require some batch tensor that I don't have.many thanks
Beta Was this translation helpful? Give feedback.
All reactions