divelab / DIG

A library for graph deep learning research
https://diveintographs.readthedocs.io/
GNU General Public License v3.0
1.85k stars 281 forks source link

Graphair mini-batch version #215

Closed ZzoomD closed 9 months ago

ZzoomD commented 1 year ago

Graphair is a great work and is definitely worth learning from. Could you please share the mini-batch version of Graphair? Hope to get your reply, thank you!

hongyiling commented 1 year ago

We use GraphSAINT(https://github.com/GraphSAINT/GraphSAINT) to perform mini-batch training. You can use their code to sample a subgraph for each training step. Since GraphSAINT uses a different license from DIG, including their code in our library would be inappropriate.