Unverified Commit 1e8c0fc3 authored by Noe's avatar Noe Committed by GitHub
Browse files

Corrected tensorflow library install instruction (#8382)

Installing tensorflow1.14 instead of 2.X

python3 -c "import delf" crashed because of call to tf.contrib.slim
contrib module has been deprecated in tf 2.0
parent 2fbec720
......@@ -8,9 +8,9 @@ Tensorflow using one of the following commands:
```bash
# For CPU:
pip install tensorflow
pip install 'tensorflow==1.14'
# For GPU:
pip install tensorflow-gpu
pip install 'tensorflow-gpu==1.14'
```
### Protobuf
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment