Inputting two different graphs not working #9643
Unanswered
mandelbrot-walker
asked this question in
Q&A
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I am trying to load two different graphs following the solution mentioned in issue 781. However, my batching is failing due to dim mismatch as mentioned here issue 807. Very much new to PyG, therefore, can't figure out why this solution is not working where as it has worked for others and still trying to wrap my head around the details. I also tried PairData mentioned in the document. However, that solution is also not working.
Here's my code and error.
This is the data list being passed
This is the error
RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 2 but got size 9 for tensor number 2 in the list.
Also this was my implementation for PairDataset using documentation
Appreciate any suggestions on how to handle this. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions