We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90d286 commit 57e2623Copy full SHA for 57e2623
requirements.txt
@@ -2,6 +2,6 @@ cython>=0.29
2
numpy==1.16.4
3
easydict>=1.9,<=1.10
4
opencv-python>=3.4,<3.5
5
-tensorflow==2.3.1
+tensorflow==2.4.2
6
tensorlayer==2.2.3
7
pycocotools==2.0.0 # must be installed after cython and numpy are installed
setup.py
@@ -12,7 +12,7 @@
12
"numpy==1.16.4",
13
"easydict>=1.9,<=1.10",
14
"opencv-python>=3.4,<3.5",
15
- "tensorflow==2.3.1",
+ "tensorflow==2.4.2",
16
"tensorlayer==2.2.3",
17
"pycocotools"
18
],
0 commit comments