Diego999 / pyGAT

Pytorch implementation of the Graph Attention Network model by Veličković et. al (2017, https://arxiv.org/abs/1710.10903)
MIT License
2.89k stars 689 forks source link

t-SNE #54

Open Serendipity-LC opened 3 years ago

Serendipity-LC commented 3 years ago

Hi!When we use t-SNE to draw, for the output features of the model, do we use the predicted label of the corresponding model or the true label of the sample?