mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
Merge pull request #1790 from lissyx/update-tf-1.12
Use final version of TensorFlow r1.12
This commit is contained in:
commit
cc943c366b
2
.install
2
.install
@ -3,7 +3,7 @@
|
||||
virtualenv -p python3 ../tmp/venv
|
||||
source ../tmp/venv/bin/activate
|
||||
pip install -r <(grep -v tensorflow requirements.txt)
|
||||
pip install tensorflow-gpu==1.12.0rc2
|
||||
pip install tensorflow-gpu==1.12.0
|
||||
|
||||
python3 util/taskcluster.py --arch gpu --target ../tmp/native_client
|
||||
|
||||
|
||||
@ -186,7 +186,7 @@ RUN cp /tensorflow/bazel-bin/native_client/generate_trie /DeepSpeech/native_clie
|
||||
|
||||
# Install TensorFlow
|
||||
WORKDIR /DeepSpeech/
|
||||
RUN pip install tensorflow-gpu==1.12.0rc2
|
||||
RUN pip install tensorflow-gpu==1.12.0
|
||||
|
||||
|
||||
# Make DeepSpeech and install Python bindings
|
||||
|
||||
@ -227,7 +227,7 @@ If you have a capable (Nvidia, at least 8GB of VRAM) GPU, it is highly recommend
|
||||
|
||||
```bash
|
||||
pip3 uninstall tensorflow
|
||||
pip3 install 'tensorflow-gpu==1.12.0rc2'
|
||||
pip3 install 'tensorflow-gpu==1.12.0'
|
||||
```
|
||||
|
||||
### Common Voice training data
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
pandas
|
||||
progressbar2
|
||||
python-utils
|
||||
tensorflow == 1.12.0rc2
|
||||
tensorflow == 1.12.0
|
||||
numpy
|
||||
matplotlib
|
||||
scipy
|
||||
|
||||
Loading…
Reference in New Issue
Block a user