The output size are different between prediction and true #3829
Unanswered
Byun-jinyoung
asked this question in
Q&A
Replies: 1 comment
-
There might exist some example in your graph where |
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.
-
Dear PyG users,
Because I recently have known pytorch_geometric, I tried to apply it.
I have inputs like this:
When I performed the node classification task, I encountered the error as below:
Thus, I printed the output shape of both prediction and true value for each batch (left: prediction, right: true)
As you can see, the last line showed the different shapes of each tensor.
Could you tell me what I'm missing?
Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions