-
I know that if input graph size is variable then we use minibatching to make a single giant block diagonal matrix consisting of all graphs. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The weight matrix is independent of the size of nodes. It is just a matrix mapping a node feature to a transformed version of it, which is shared across all nodes. Does that answer your question? |
Beta Was this translation helpful? Give feedback.
The weight matrix is independent of the size of nodes. It is just a matrix mapping a node feature to a transformed version of it, which is shared across all nodes. Does that answer your question?