Replies: 1 comment
-
See |
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,
Is there a function in PyTorch geometric equivalent to
torch.bmm
but with inputs in the PyG format, i.e. mat1 has the shapeNxf
, whereN=bs*n
, and we have abatch
vector indicating for each entry, to which batch it belongs (and the same for mat2)?Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions