Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danielegrattarola authored Oct 26, 2020
1 parent cc4d33b commit c870d19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

|**DEPRECATED**|
|:------------|
| This implementation of GAT is no longer actively maintained and may not work with modern versions of Tensorflow and Keras.
Check out [Spektral](https:graphneural.network) and its [GAT example](https://github.com/danielegrattarola/spektral/blob/master/examples/node_prediction/citation_gat.py) for a Tensorflow/Keras implementation of GAT.|
| This implementation of GAT is no longer actively maintained and may not work with modern versions of Tensorflow and Keras. Check out [Spektral](https://graphneural.network) and its [GAT example](https://github.com/danielegrattarola/spektral/blob/master/examples/node_prediction/citation_gat.py) for a Tensorflow/Keras implementation of GAT.|

This is a Keras implementation of the Graph Attention Network (GAT) model by Veličković et al. (2017, [[arXiv link]](https://arxiv.org/abs/1710.10903)).

Expand Down

0 comments on commit c870d19

Please sign in to comment.