pytorch-gat

There are 2 repositories under pytorch-gat topic.

  • pytorch-GAT

    gordicaleksa/pytorch-GAT

    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!

    Language:Jupyter Notebook2.6k4714344
  • mlimbuu/pytorch-GAT

    This repository contains implementation of Graph Attention Networks(GATs) using Pytorch.

    Language:Jupyter Notebook0100