-
Notifications
You must be signed in to change notification settings - Fork 55
feat: add NeighborLoader #497
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
Conversation
63c6711
to
b8f23d4
Compare
Hi @CarloLucibello I just wanted to check if it's ok to add |
It is fine, |
Now dependent on & blocked by #499 |
4d1e9be
to
5e7544c
Compare
Co-authored-by: Carlo Lucibello <[email protected]>
@CarloLucibello ready for another look |
Co-authored-by: Carlo Lucibello <[email protected]>
Co-authored-by: Carlo Lucibello <[email protected]>
Co-authored-by: Carlo Lucibello <[email protected]>
This PR adds NeighborLoader functionality for big graphs.
This is similar to https://pytorch-geometric.readthedocs.io/en/latest/tutorial/neighbor_loader.html
PR with documentation will follow.