Replies: 1 comment
-
Try updating the |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
my data looks like:
which erery data consists of five parts (two graphs and three sequences) and the corresponding label.
The two graphs were input two GNNs, and the three sequences were input three CNNs, then the five hidden vectors were concatenated to predict the label.
The following codes are my implementations.
But when I run the code, there is an error:
The error menas that the input sequences are not in a batch_size shape (batch_size,d), the shape of them are:
So the sequences could not be fit into the CNNs.
So how to batch the data, which every data consisits of multiple graphs and mutiple normal matrix.
Beta Was this translation helpful? Give feedback.
All reactions