You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/quick_start.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,27 +5,26 @@
5
5
### Requirements
6
6
**Python 3**: DT requires Python version 3.6 or 3.7.
7
7
8
-
**Tensorflow** >= 2.0.0: DT is based on TensorFlow. Please follow this [tutorial](https://www.tensorflow.org/install/pip) to install TensorFlow for python3.
8
+
**Tensorflow** >= 2.4.0: DT is based on TensorFlow. Please follow this [tutorial](https://www.tensorflow.org/install/pip) to install TensorFlow for python3.
9
9
10
10
11
11
### Install DeepTables
12
12
13
13
`pip` is recommended to install DeepTables:
14
14
15
15
```bash
16
-
pip install tensorflow==2.4.2 deeptables
16
+
pip install tensorflow deeptables
17
17
```
18
18
19
19
Note:
20
20
* Tensorflow is required by DeepTables, install it before running DeepTables.
21
-
* DeepTables was tested with TensorFlow version 2.0 to 2.4, install the tested version please.
22
21
23
22
**GPU** Setup (Optional)
24
23
25
24
To use DeepTables with GPU devices, install `tensorflow-gpu` instead of `tensorflow`.
0 commit comments