pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
21.46k stars 3.68k forks source link

Extend manual sampling (__call__) and manual temporal sampling #9801

Open Kh4L opened 4 days ago

Kh4L commented 4 days ago

This PR addresses #9785

It changes the call interface in NodeLoader and LinkLoader, that nows expect 'raw' seed nodes/seed edges instead of indices, and adding optional seed time argument.