Repository navigation
#
pytorch-gat
- Website
- Wikipedia
My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entropy histograms. I've supported both Cora (transductive) and PPI (inductive) examples!
Jupyter Notebook
2530
2 年前
This repository contains implementation of Graph Attention Networks(GATs) using Pytorch.
Jupyter Notebook
0
1 年前