You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… homogeneous graphs (#7807)
Fixes `edge_label_time.size() == (2*batch_size,)` to have
`(batch_size,)`.
Adds a test case for #7791.
Part of #7796 and #6528.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: rusty1s <matthias.fey@tu-dortmund.de>
🚀 The feature, motivation and pitch
LinkNeighborLoader
with a temporal heterogeneous graph, such asGDELTLite
.Alternatives
No response
Additional context
#7791 fixed
edge_label_index
being of size[2, batch_size*2]
instead of expected[2, batch_size]
.The text was updated successfully, but these errors were encountered: