We have x, a, e and i as inputs, where does i come from? #318
-
Hi, It's been a while since I had time to try my hand at GNNs specifically and ML in general, so bare with me for perhaps asking a silly question. My objective is to do a Binary Graph Classification on a set of individual (small) graphs ~25 nodes each. I have created a custom dataset (that should be the correct dimensions as per my 6 month old previous question ). Then using BatchLoader we create a train, test and validation set. The issue/question I have lies in the next step. There we set up the model, including So the question is, how do I get my First, I've created a custom dataset
Subsequently, using
So far so good. However, now I set up my Model with the aforementioned
Then we have the
The error:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Am I simply using the wrong Loader? After reading a bit more/testing it seems like DisjointLoader does provide an |
Beta Was this translation helpful? Give feedback.
Am I simply using the wrong Loader? After reading a bit more/testing it seems like DisjointLoader does provide an
i
value.