We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1212ff commit 0d90315Copy full SHA for 0d90315
requirements.txt
@@ -2,7 +2,7 @@ pandas
2
progressbar2
3
python-utils
4
tensorflow == 1.12.0
5
-numpy
+numpy == 1.15.4
6
matplotlib
7
scipy
8
sox
tc-train-tests.sh
@@ -53,7 +53,7 @@ decoder_pkg="ds_ctcdecoder-${whl_ds_version}-cp${pyver_pkg}-cp${pyver_pkg}${py_u
53
54
decoder_pkg_url=${DECODER_ARTIFACTS_ROOT}/${decoder_pkg}
55
56
-LD_LIBRARY_PATH=${PY37_LDPATH}:$LD_LIBRARY_PATH pip install --verbose --only-binary :all: ${PY37_SOURCE_PACKAGE} --upgrade ${decoder_pkg_url} | cat
+LD_LIBRARY_PATH=${PY37_LDPATH}:$LD_LIBRARY_PATH pip install --verbose --only-binary :all: ${PY37_SOURCE_PACKAGE} ${decoder_pkg_url} | cat
57
58
pushd ${HOME}/DeepSpeech/ds/
59
# Run twice to test preprocessed features
0 commit comments