278 Forks
1953 Stars
1953 Watchers

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!

How to download and setup pytorch-GAT

Open terminal and run command
git clone https://github.com/gordicaleksa/pytorch-GAT.git
git clone is used to create a copy or clone of pytorch-GAT repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with pytorch-GAT https://github.com/gordicaleksa/pytorch-GAT/archive/master.zip

Or simply clone pytorch-GAT with SSH
[email protected]:gordicaleksa/pytorch-GAT.git

If you have some problems with pytorch-GAT

You may open issue on pytorch-GAT support forum (system) here: https://github.com/gordicaleksa/pytorch-GAT/issues