Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify LinkNeighborLoader supports temporal homogeneous graph with an example #7796

Open
akihironitta opened this issue Jul 24, 2023 · 0 comments

Comments

@akihironitta
Copy link
Member

akihironitta commented Jul 24, 2023

🚀 The feature, motivation and pitch

  • Add test cases for temporal homogeneous graphs if any test cases are missing (contributes to #6528)
  • Add an example that uses LinkNeighborLoader with a temporal heterogeneous graph, such as GDELTLite.

Alternatives

No response

Additional context

#7791 fixed edge_label_index being of size [2, batch_size*2] instead of expected [2, batch_size].

@akihironitta akihironitta self-assigned this Jul 24, 2023
rusty1s added a commit that referenced this issue Jul 31, 2023
… 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant