Merge pull request #1188 from lissyx/tensorflow-docs

Update docs and remove specific TensorFlow instructions

X-DeepSpeech: NOBUILD
This commit is contained in:
lissyx 2018-01-21 19:09:10 +01:00 committed by GitHub
commit 9f26c64db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,8 +202,6 @@ Install the required dependencies using pip:
```bash
cd DeepSpeech
python util/taskcluster.py --target /tmp --source tensorflow --artifact tensorflow_warpctc-1.4.0-cp27-cp27mu-linux_x86_64.whl
pip install /tmp/tensorflow_warpctc-1.4.0-cp27-cp27mu-linux_x86_64.whl
pip install -r requirements.txt
```
@ -221,8 +219,7 @@ If you have a capable (Nvidia, at least 8GB of VRAM) GPU, it is highly recommend
```bash
pip uninstall tensorflow
python util/taskcluster.py --target /tmp --source tensorflow --arch gpu --artifact tensorflow_gpu_warpctc-1.4.0-cp27-cp27mu-linux_x86_64.whl
pip install /tmp/tensorflow_gpu_warpctc-1.4.0-cp27-cp27mu-linux_x86_64.whl
pip install 'tensorflow-gpu==1.4.0'
```
### Common Voice training data