Use final version of TensorFlow r1.12

This commit is contained in:
Alexandre Lissy 2018-12-14 18:18:15 +01:00
Родитель d3168391b3
Коммит 1b6ca78c39
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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