DeepSpeech/.install

14 строки
369 B
Bash
Executable File

#!/bin/bash
virtualenv -p python3 ../tmp/venv
source ../tmp/venv/bin/activate
pip install -r <(grep -v tensorflow requirements.txt)
pip install tensorflow-gpu==1.12.0
python3 util/taskcluster.py --arch gpu --target ../tmp/native_client
# Install ds_ctcdecoder package from TaskCluster
pip install $(python3 util/taskcluster.py --decoder)
mkdir -p ../keep/summaries