snap-stanford / deepsnap

Python library assists deep learning on graphs
https://snap.stanford.edu/deepsnap/
MIT License
546 stars 56 forks source link

Deepsnap doesnt have neighbor sampler? #45

Closed Jeriousman closed 2 years ago

Jeriousman commented 2 years ago

To fit the GPU memory, DGL and PyG use neighboer sampler. I searched and found no information about neighbor samplers. So there is none? If none, would you make in near future?

Jeriousman commented 2 years ago

I saw a negative sampling example in mini-batch colab. I will check this out.