Skip to content

Commit

Permalink
TF 2.14 (#69)
Browse files Browse the repository at this point in the history
* TF 2.14

* Update tox.ini

* TF 2.14

* 3.11

* 3.10
  • Loading branch information
philipperemy committed Sep 30, 2023
1 parent fb47101 commit c920bec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [ "3.8", "3.9", "3.10" ]
python-version: [ "3.9", "3.10" ]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Attention Layer for Keras. Supports the score functions of Luong and Bahdanau.

Tested with Tensorflow 2.6, 2.7, 2.8, 2.9, 2.10, 2.11, 2.12 and 2.13 (Jul 25, 2023).
Tested with Tensorflow 2.8, 2.9, 2.10, 2.11, 2.12, 2.13 and 2.14 (Sep 26, 2023).

<p align="center">
<img src="examples/equations.png" width="600">
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py3}-tensorflow-{2.8,2.9,2.10,2.11,2.12,2.13}
envlist = {py3}-tensorflow-{2.8,2.9,2.10,2.11,2.12,2.13,2.14}

[testenv]
setenv =
Expand All @@ -13,6 +13,7 @@ deps = -rexamples/examples-requirements.txt
tensorflow-2.11: tensorflow==2.11
tensorflow-2.12: tensorflow==2.12
tensorflow-2.13: tensorflow==2.13
tensorflow-2.14: tensorflow==2.14
changedir = examples
commands = pylint --disable=R,C,W,E1136,E0401 ../attention
python example-attention.py
Expand Down

0 comments on commit c920bec

Please sign in to comment.