-
Notifications
You must be signed in to change notification settings - Fork 48
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
feat: add NeighborLoader #497
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 <carlo.lucibello@gmail.com>
@CarloLucibello ready for another look |
Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com>
Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com>
Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com>
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.