зеркало из https://github.com/mozilla/DeepSpeech.git
Use final version of TensorFlow r1.12
This commit is contained in:
Родитель
d3168391b3
Коммит
1b6ca78c39
2
.install
2
.install
|
@ -3,7 +3,7 @@
|
||||||
virtualenv -p python3 ../tmp/venv
|
virtualenv -p python3 ../tmp/venv
|
||||||
source ../tmp/venv/bin/activate
|
source ../tmp/venv/bin/activate
|
||||||
pip install -r <(grep -v tensorflow requirements.txt)
|
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
|
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
|
# Install TensorFlow
|
||||||
WORKDIR /DeepSpeech/
|
WORKDIR /DeepSpeech/
|
||||||
RUN pip install tensorflow-gpu==1.12.0rc2
|
RUN pip install tensorflow-gpu==1.12.0
|
||||||
|
|
||||||
|
|
||||||
# Make DeepSpeech and install Python bindings
|
# 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
|
```bash
|
||||||
pip3 uninstall tensorflow
|
pip3 uninstall tensorflow
|
||||||
pip3 install 'tensorflow-gpu==1.12.0rc2'
|
pip3 install 'tensorflow-gpu==1.12.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Common Voice training data
|
### Common Voice training data
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
pandas
|
pandas
|
||||||
progressbar2
|
progressbar2
|
||||||
python-utils
|
python-utils
|
||||||
tensorflow == 1.12.0rc2
|
tensorflow == 1.12.0
|
||||||
numpy
|
numpy
|
||||||
matplotlib
|
matplotlib
|
||||||
scipy
|
scipy
|
||||||
|
|
Загрузка…
Ссылка в новой задаче