-
I wonder if the nodes' orders keep the same in a mini-batch of data or heterodata from DataLoader. For example, The mini-batch contains five nodes from Graph1 and Graph2. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, exactly. The nodes' order is kept the same, that is, node feature matrices are simply concatenated in the node dimension. |
Beta Was this translation helpful? Give feedback.
Yes, exactly. The nodes' order is kept the same, that is, node feature matrices are simply concatenated in the node dimension.