Merge pull request #1188 from lissyx/tensorflow-docs
Update docs and remove specific TensorFlow instructions X-DeepSpeech: NOBUILD
This commit is contained in:
commit
9f26c64db6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user