How to get node embeddings per batch entry #4171
-
Hi. I am trying to use graphs for text processing. I want to add graph embeddings to the corresponding text encoder from a syntax graph. For this, each data record has an associated graph which is supposed to be a standalone unit. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It looks like your model misses out on a global pooling step, right? Have you looked at these operators? Here is an example on how to use. |
Beta Was this translation helpful? Give feedback.
It looks like your model misses out on a global pooling step, right? Have you looked at these operators? Here is an example on how to use.