Vectorised way to get graph-level outputs from node features without pooling? #2511
-
Hi, First of all thanks for all the work put into this framework! My issue is simple on the surface: I'd like to be able to use an arbitrary operator (e.g. MLP) to go from node features to graph-level outputs, as opposed to, for example, the Thanks and apologies if there is an easy solution I missed! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We provide such functionality via |
Beta Was this translation helpful? Give feedback.
We provide such functionality via
torch_geometric.utils.to_dense_batch
.