Skip to content

Commit 0c9e22d

Browse files
committed
fix(req): support tensorflow >= 2.5.1
1 parent 937ef5a commit 0c9e22d

File tree

2 files changed

+4
-24
lines changed

2 files changed

+4
-24
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ For training and testing, you should use `git clone` for installing necessary pa
8484
```bash
8585
git clone https://github.com/TensorSpeech/TensorFlowASR.git
8686
cd TensorFlowASR
87-
# Tensorflow 2.x (with 2.x >= 2.3)
87+
# Tensorflow 2.x (with 2.x.x >= 2.5.1)
8888
pip3 install -e ".[tf2.x]" # or ".[tf2.x-gpu]"
8989
```
9090

@@ -96,7 +96,7 @@ conda activate tfasr
9696
pip install -U tensorflow-gpu # upgrade to latest version of tensorflow
9797
git clone https://github.com/TensorSpeech/TensorFlowASR.git
9898
cd TensorFlowASR
99-
# Tensorflow 2.x (with 2.x >= 2.3)
99+
# Tensorflow 2.x (with 2.x.x >= 2.5.1)
100100
pip3 install -e ".[tf2.x]" # or ".[tf2.x-gpu]"
101101
```
102102

requirements.txt

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,13 @@ black==21.7b0
1111
flake8==3.9.2
1212
sounddevice==0.4.3
1313

14-
# extra=tf2.3
15-
tensorflow~=2.3.0
16-
tensorflow-text~=2.3.0
17-
tensorflow-io~=0.16.0
18-
19-
# extra=tf2.3-gpu
20-
tensorflow-gpu~=2.3.0
21-
tensorflow-text~=2.3.0
22-
tensorflow-io~=0.16.0
23-
24-
# extra=tf2.4
25-
tensorflow~=2.4.0
26-
tensorflow-text~=2.4.0
27-
tensorflow-io~=0.17.0
28-
29-
# extra=tf2.4-gpu
30-
tensorflow-gpu~=2.4.0
31-
tensorflow-text~=2.4.0
32-
tensorflow-io~=0.17.0
33-
3414
# extra=tf2.5
35-
tensorflow~=2.5.0
15+
tensorflow~=2.5.1
3616
tensorflow-text~=2.5.0
3717
tensorflow-io~=0.18.0
3818

3919
# extra=tf2.5-gpu
40-
tensorflow-gpu~=2.5.0
20+
tensorflow-gpu~=2.5.1
4121
tensorflow-text~=2.5.0
4222
tensorflow-io~=0.18.0
4323

0 commit comments

Comments
 (0)