Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 622 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 622 Bytes

Graph Attention Networks v2

Overview

This code implements Graph Attention Networks v2, originally published by

TensorFlow programs can import and use it as described in its API docs.

API stability

This model is covered by semantic versioning of TensorFlow GNN's open-source releases: new minor versions do not break existing users.