PetarV- / GAT

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

How to get node embeddings? #85

Open linz2000 opened 2 years ago

linz2000 commented 2 years ago

Hi, I would like to ask how to use GAT to generate node embeddings for downstream tasks, like link prediction. And If nodes have no features, how to initialize it?

I'd appreciate your help!

Kidrauhl70 commented 1 year ago

Hi, I have the same problem. Do you fix it?