MetaLayer
#2182
Replies: 1 comment 2 replies
-
Exactly, |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
The docs have an example of how to use the
MetaLayer
as follows:I omitted the
GlobalModel()
andEdgeModel()
because I'm not using them for nowI tried running this on my data, but I get the error:
The problem seems to be coming from the
u[batch]
. Is this trying to replicate the global feature for the graph N times (where N is the number of nodes in a single graph) or what is it meaning to do exactly?Beta Was this translation helpful? Give feedback.
All reactions