Skip to content

Commit 1760180

Browse files
committed
🦊 Force tensorflow-gpu==2.3.1. TF 2.4.0 introduces some bugs.
1 parent 73a9308 commit 1760180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# TODO(@dathudeptrai) update requirement if needed.
2323
requirements = {
2424
"install": [
25-
"tensorflow-gpu>=2.3.1",
25+
"tensorflow-gpu==2.3.1",
2626
"tensorflow-addons>=0.10.0",
2727
"setuptools>=38.5.1",
2828
"librosa>=0.7.0",

0 commit comments

Comments
 (0)