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 sample neighbours(nodes)? #68

Open jaikche opened 3 years ago

jaikche commented 3 years ago

hello, I have a question, about how to sample neighbours(nodes), in your code, it seems like sample all of nodes , Maybe some nodes are not so important for user, I want to ask whether it's right about sampling some (neighbours)nodes, instead of all (neighbours)nodes