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 8cf6f62 commit e877bd5Copy full SHA for e877bd5
README.md
@@ -12,20 +12,15 @@ Requirements
12
- numpy
13
- scipy
14
- scikit-learn
15
-- keras
16
-- tensorflow 2.X or tensorflow-gpu 2.X
+- tensorflow 2.X
17
18
Install requirements for computer vision experiments with pip:
19
-```
20
-pip install -f requirements.txt
21
22
23
-For the non-gpu version:
24
```
25
-pip install -f requirements-nogpu.txt
+pip install -f requirements.txt
26
27
28
-Depending on your Python installation you might want to use anaconda or other tools.
+Depending on your Python installation you might want to use anaconda or venv or other tools.
29
30
31
Installation
0 commit comments