GraphNeuralNetworks.jl
GraphNeuralNetworks.jl copied to clipboard
feat: add NeighborLoader
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.