PetarV- / GAT

Graph Attention Networks (https://arxiv.org/abs/1710.10903)
https://petar-v.com/GAT/
MIT License
3.15k stars 643 forks source link

How to batch large datasets to apply GAT? #72

Open taherhekmatfar opened 3 years ago

taherhekmatfar commented 3 years ago

Hi, Thanks for great repo.

I want to apply GAT on a very large dataset and train it in GPU. So I should provide my data in small batches. However, the algorithm uses the full data. So I was wondering how I could run GAT with small batches?