snap-stanford / GraphGym

Platform for designing and evaluating Graph Neural Networks (GNN)
Other
1.69k stars 185 forks source link

Support for Multi Label Classification and Neighbour Sampling for Message Passing #22

Closed milindkesar closed 3 years ago

milindkesar commented 3 years ago

Hi, In the current version there is no option of sampling neighbours while message passing and support for multi label node classification for datasets such as PPI right? Could you let me know if I am missing something?

Thank You.

JiaxuanYou commented 3 years ago

Yes, currently only full batch training is supported. But I do plan to support scalable GNN training algorithms in the future, potentially around October this year.