Metadata-Version: 2.4
Name: gatv2
Version: 0.0.1
Summary: Graph Attention v2 implementation by Shaked Brody and Uri Alon and Eran Yahav.
Author-email: Taha Shieenavaz <tahashieenavaz@gmail.com>
Project-URL: Homepage, https://github.com/tahashieenavaz/gatv2
Project-URL: Repository, https://github.com/tahashieenavaz/gatv2
Project-URL: Documentation, https://github.com/tahashieenavaz/gatv2#readme
Keywords: deep learning,graph,attention,graph attention
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: torch

# Graph Attention v2

Graph Attention v2 implementation by Shaked Brody and Uri Alon and Eran Yahav.

## Installation

```bash
pip install gatv2
```

## Citation

```bibtex
@misc{2105.14491,
    Title = {How Attentive are Graph Attention Networks?},
    Author = {Shaked Brody and Uri Alon and Eran Yahav},
    Year = {2021},
    Eprint = {arXiv:2105.14491},
}
```
