Switch training model dependency to upstream-based
Currently, self-built Python package is not able to work, likely because of the visibility of symbols. Let's switch to upstream TensorFlow for now.
This commit is contained in:
parent
ade66b015d
commit
30857cc288
|
@ -29,5 +29,4 @@ build:
|
||||||
package: ''
|
package: ''
|
||||||
args:
|
args:
|
||||||
tests_cmdline: ''
|
tests_cmdline: ''
|
||||||
python_wheel: ''
|
|
||||||
deepspeech_pkg_name: ''
|
deepspeech_pkg_name: ''
|
||||||
|
|
|
@ -36,7 +36,7 @@ payload:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
$let:
|
$let:
|
||||||
training: { $eval: as_slugid("test-training-linux-amd64-py27-opt") }
|
training: { $eval: as_slugid("test-training_upstream-linux-amd64-py27-opt") }
|
||||||
in:
|
in:
|
||||||
TENSORFLOW_BUILD_ARTIFACT: ${build.tensorflow}
|
TENSORFLOW_BUILD_ARTIFACT: ${build.tensorflow}
|
||||||
SUMMARIZE_GRAPH_BINARY: ${build.summarize_graph}
|
SUMMARIZE_GRAPH_BINARY: ${build.summarize_graph}
|
||||||
|
|
|
@ -5,7 +5,7 @@ build:
|
||||||
- "pull_request.reopened"
|
- "pull_request.reopened"
|
||||||
template_file: linux-opt-base.tyml
|
template_file: linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
tensorflow: "https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.master.7d79b8f6422e5b7e0ba82504c500a86756c44a62.cpu/artifacts/public/home.tar.xz"
|
tensorflow: "https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.master.7d79b8f6422e5b7e0ba82504c500a86756c44a62.cpu/artifacts/public/home.tar.xz"
|
||||||
summarize_graph: "https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.master.7d79b8f6422e5b7e0ba82504c500a86756c44a62.cpu/artifacts/public/summarize_graph"
|
summarize_graph: "https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.master.7d79b8f6422e5b7e0ba82504c500a86756c44a62.cpu/artifacts/public/summarize_graph"
|
||||||
system_setup:
|
system_setup:
|
||||||
|
|
|
@ -33,7 +33,7 @@ then:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
$let:
|
$let:
|
||||||
training: { $eval: as_slugid("test-training-linux-amd64-py27-opt") }
|
training: { $eval: as_slugid("test-training_upstream-linux-amd64-py27-opt") }
|
||||||
in:
|
in:
|
||||||
TENSORFLOW_BUILD_ARTIFACT: ${build.tensorflow}
|
TENSORFLOW_BUILD_ARTIFACT: ${build.tensorflow}
|
||||||
SUMMARIZE_GRAPH_BINARY: ${build.summarize_graph}
|
SUMMARIZE_GRAPH_BINARY: ${build.summarize_graph}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-aot_test-opt"
|
- "linux-amd64-cpu-aot_test-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
apt-get -qq -y install ${python.packages.apt} zip
|
apt-get -qq -y install ${python.packages.apt} zip
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-opt"
|
- "linux-amd64-cpu-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
apt-get -qq -y install ${python.packages.apt} zip
|
apt-get -qq -y install ${python.packages.apt} zip
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-darwin-opt-base.tyml
|
template_file: test-darwin-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "darwin-amd64-cpu-opt"
|
- "darwin-amd64-cpu-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${cpp.brew.setup} && ${cpp.brew.packages} && ${cpp.brew.env}
|
${cpp.brew.setup} && ${cpp.brew.packages} && ${cpp.brew.env}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-aot_test-opt"
|
- "linux-amd64-cpu-aot_test-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
args:
|
args:
|
||||||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-cpp-ds-tests.sh --aot"
|
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-cpp-ds-tests.sh --aot"
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-opt"
|
- "linux-amd64-cpu-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
args:
|
args:
|
||||||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-cpp-ds-tests.sh"
|
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-cpp-ds-tests.sh"
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-opt"
|
- "linux-amd64-cpu-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
args:
|
args:
|
||||||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-cpp-ds-tests-prod.sh"
|
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-cpp-ds-tests-prod.sh"
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -30,11 +30,10 @@ then:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
$let:
|
$let:
|
||||||
training: { $eval: as_slugid("test-training-linux-amd64-py27-opt") }
|
training: { $eval: as_slugid("test-training_upstream-linux-amd64-py27-opt") }
|
||||||
darwin_amd64_build: { $eval: as_slugid("darwin-amd64-cpu-opt") }
|
darwin_amd64_build: { $eval: as_slugid("darwin-amd64-cpu-opt") }
|
||||||
node_package: { $eval: as_slugid("node-package") }
|
node_package: { $eval: as_slugid("node-package") }
|
||||||
in:
|
in:
|
||||||
TENSORFLOW_WHEEL: ${build.python_wheel}
|
|
||||||
DEEPSPEECH_ARTIFACTS_ROOT: https://queue.taskcluster.net/v1/task/${darwin_amd64_build}/artifacts/public
|
DEEPSPEECH_ARTIFACTS_ROOT: https://queue.taskcluster.net/v1/task/${darwin_amd64_build}/artifacts/public
|
||||||
DEEPSPEECH_NODEJS: https://queue.taskcluster.net/v1/task/${node_package}/artifacts/public
|
DEEPSPEECH_NODEJS: https://queue.taskcluster.net/v1/task/${node_package}/artifacts/public
|
||||||
DEEPSPEECH_TEST_MODEL: https://queue.taskcluster.net/v1/task/${training}/artifacts/public/output_graph.pb
|
DEEPSPEECH_TEST_MODEL: https://queue.taskcluster.net/v1/task/${training}/artifacts/public/output_graph.pb
|
||||||
|
|
|
@ -31,13 +31,12 @@ then:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
$let:
|
$let:
|
||||||
training: { $eval: as_slugid("test-training-linux-amd64-py27-opt") }
|
training: { $eval: as_slugid("test-training_upstream-linux-amd64-py27-opt") }
|
||||||
linux_amd64_aot_test: { $eval: as_slugid("linux-amd64-cpu-aot_test-opt") }
|
linux_amd64_aot_test: { $eval: as_slugid("linux-amd64-cpu-aot_test-opt") }
|
||||||
linux_amd64_build: { $eval: as_slugid("linux-amd64-cpu-opt") }
|
linux_amd64_build: { $eval: as_slugid("linux-amd64-cpu-opt") }
|
||||||
linux_amd64_ctc: { $eval: as_slugid("linux-amd64-ctc-opt") }
|
linux_amd64_ctc: { $eval: as_slugid("linux-amd64-ctc-opt") }
|
||||||
node_package: { $eval: as_slugid("node-package") }
|
node_package: { $eval: as_slugid("node-package") }
|
||||||
in:
|
in:
|
||||||
TENSORFLOW_WHEEL: ${build.python_wheel}
|
|
||||||
DEEPSPEECH_ARTIFACTS_ROOT: https://queue.taskcluster.net/v1/task/${linux_amd64_build}/artifacts/public
|
DEEPSPEECH_ARTIFACTS_ROOT: https://queue.taskcluster.net/v1/task/${linux_amd64_build}/artifacts/public
|
||||||
DEEPSPEECH_PYTHON_PACKAGE: https://queue.taskcluster.net/v1/task/${linux_amd64_build}/artifacts/public/${build.deepspeech_pkg_name}
|
DEEPSPEECH_PYTHON_PACKAGE: https://queue.taskcluster.net/v1/task/${linux_amd64_build}/artifacts/public/${build.deepspeech_pkg_name}
|
||||||
DEEPSPEECH_NODEJS: https://queue.taskcluster.net/v1/task/${node_package}/artifacts/public
|
DEEPSPEECH_NODEJS: https://queue.taskcluster.net/v1/task/${node_package}/artifacts/public
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-darwin-opt-base.tyml
|
template_file: test-darwin-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "node-package"
|
- "node-package"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.brew.setup} && ${nodejs.brew.prep_4} && ${nodejs.brew.env}
|
${nodejs.brew.setup} && ${nodejs.brew.prep_4} && ${nodejs.brew.env}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-aot_test-opt"
|
- "linux-amd64-cpu-aot_test-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.packages.prep_4} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
${nodejs.packages.prep_4} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "node-package"
|
- "node-package"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.packages.prep_4} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
${nodejs.packages.prep_4} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "node-package"
|
- "node-package"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.packages.prep_4} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
${nodejs.packages.prep_4} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-darwin-opt-base.tyml
|
template_file: test-darwin-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "node-package"
|
- "node-package"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.brew.setup} && ${nodejs.brew.prep_5} && ${nodejs.brew.env}
|
${nodejs.brew.setup} && ${nodejs.brew.prep_5} && ${nodejs.brew.env}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-aot_test-opt"
|
- "linux-amd64-cpu-aot_test-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.packages.prep_5} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
${nodejs.packages.prep_5} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "node-package"
|
- "node-package"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.packages.prep_5} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
${nodejs.packages.prep_5} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "node-package"
|
- "node-package"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.packages.prep_5} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
${nodejs.packages.prep_5} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-darwin-opt-base.tyml
|
template_file: test-darwin-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "node-package"
|
- "node-package"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.brew.setup} && ${nodejs.brew.prep_6} && ${nodejs.brew.env}
|
${nodejs.brew.setup} && ${nodejs.brew.prep_6} && ${nodejs.brew.env}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-aot_test-opt"
|
- "linux-amd64-cpu-aot_test-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.packages.prep_6} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
${nodejs.packages.prep_6} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "node-package"
|
- "node-package"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.packages.prep_6} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
${nodejs.packages.prep_6} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "node-package"
|
- "node-package"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.packages.prep_6} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
${nodejs.packages.prep_6} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-darwin-opt-base.tyml
|
template_file: test-darwin-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "node-package"
|
- "node-package"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.brew.setup} && ${nodejs.brew.prep_7} && ${nodejs.brew.env}
|
${nodejs.brew.setup} && ${nodejs.brew.prep_7} && ${nodejs.brew.env}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-aot_test-opt"
|
- "linux-amd64-cpu-aot_test-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.packages.prep_7} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
${nodejs.packages.prep_7} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "node-package"
|
- "node-package"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.packages.prep_7} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
${nodejs.packages.prep_7} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "node-package"
|
- "node-package"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.packages.prep_7} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
${nodejs.packages.prep_7} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-darwin-opt-base.tyml
|
template_file: test-darwin-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "node-package"
|
- "node-package"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.brew.setup} && ${nodejs.brew.prep_8} && ${nodejs.brew.env}
|
${nodejs.brew.setup} && ${nodejs.brew.prep_8} && ${nodejs.brew.env}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-aot_test-opt"
|
- "linux-amd64-cpu-aot_test-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.packages.prep_8} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
${nodejs.packages.prep_8} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "node-package"
|
- "node-package"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.packages.prep_8} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
${nodejs.packages.prep_8} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "node-package"
|
- "node-package"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.packages.prep_8} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
${nodejs.packages.prep_8} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-darwin-opt-base.tyml
|
template_file: test-darwin-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "node-package"
|
- "node-package"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.brew.setup} && ${nodejs.brew.prep_9} && ${nodejs.brew.env}
|
${nodejs.brew.setup} && ${nodejs.brew.prep_9} && ${nodejs.brew.env}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-aot_test-opt"
|
- "linux-amd64-cpu-aot_test-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.packages.prep_9} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
${nodejs.packages.prep_9} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "node-package"
|
- "node-package"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.packages.prep_9} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
${nodejs.packages.prep_9} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "node-package"
|
- "node-package"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
${nodejs.packages.prep_9} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
${nodejs.packages.prep_9} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-darwin-opt-base.tyml
|
template_file: test-darwin-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "darwin-amd64-cpu-opt"
|
- "darwin-amd64-cpu-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
args:
|
args:
|
||||||
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/tc-python-tests.sh 2.7.13"
|
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/tc-python-tests.sh 2.7.13"
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-aot_test-opt"
|
- "linux-amd64-cpu-aot_test-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
apt-get -qq -y install ${python.packages.apt}
|
apt-get -qq -y install ${python.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-opt"
|
- "linux-amd64-cpu-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
apt-get -qq -y install ${python.packages.apt}
|
apt-get -qq -y install ${python.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-opt"
|
- "linux-amd64-cpu-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
apt-get -qq -y install ${python.packages.apt}
|
apt-get -qq -y install ${python.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-darwin-opt-base.tyml
|
template_file: test-darwin-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "darwin-amd64-cpu-opt"
|
- "darwin-amd64-cpu-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
args:
|
args:
|
||||||
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/tc-python-tests.sh 3.4.6"
|
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/tc-python-tests.sh 3.4.6"
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-aot_test-opt"
|
- "linux-amd64-cpu-aot_test-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
apt-get -qq -y install ${python.packages.apt}
|
apt-get -qq -y install ${python.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-opt"
|
- "linux-amd64-cpu-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
apt-get -qq -y install ${python.packages.apt}
|
apt-get -qq -y install ${python.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-opt"
|
- "linux-amd64-cpu-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
apt-get -qq -y install ${python.packages.apt}
|
apt-get -qq -y install ${python.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-darwin-opt-base.tyml
|
template_file: test-darwin-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "darwin-amd64-cpu-opt"
|
- "darwin-amd64-cpu-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
args:
|
args:
|
||||||
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/tc-python-tests.sh 3.5.3"
|
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/tc-python-tests.sh 3.5.3"
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-aot_test-opt"
|
- "linux-amd64-cpu-aot_test-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
apt-get -qq -y install ${python.packages.apt}
|
apt-get -qq -y install ${python.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-opt"
|
- "linux-amd64-cpu-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
apt-get -qq -y install ${python.packages.apt}
|
apt-get -qq -y install ${python.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-opt"
|
- "linux-amd64-cpu-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
apt-get -qq -y install ${python.packages.apt}
|
apt-get -qq -y install ${python.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-darwin-opt-base.tyml
|
template_file: test-darwin-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "darwin-amd64-cpu-opt"
|
- "darwin-amd64-cpu-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
args:
|
args:
|
||||||
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/tc-python-tests.sh 3.6.2"
|
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/tc-python-tests.sh 3.6.2"
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-aot_test-opt"
|
- "linux-amd64-cpu-aot_test-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
apt-get -qq -y install ${python.packages.apt}
|
apt-get -qq -y install ${python.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-opt"
|
- "linux-amd64-cpu-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
apt-get -qq -y install ${python.packages.apt}
|
apt-get -qq -y install ${python.packages.apt}
|
||||||
|
|
|
@ -2,7 +2,7 @@ build:
|
||||||
template_file: test-linux-opt-base.tyml
|
template_file: test-linux-opt-base.tyml
|
||||||
dependencies:
|
dependencies:
|
||||||
- "linux-amd64-cpu-opt"
|
- "linux-amd64-cpu-opt"
|
||||||
- "test-training-linux-amd64-py27-opt"
|
- "test-training_upstream-linux-amd64-py27-opt"
|
||||||
system_setup:
|
system_setup:
|
||||||
>
|
>
|
||||||
apt-get -qq -y install ${python.packages.apt}
|
apt-get -qq -y install ${python.packages.apt}
|
||||||
|
|
|
@ -8,7 +8,6 @@ build:
|
||||||
apt-get -qq -y install ${python.packages.apt}
|
apt-get -qq -y install ${python.packages.apt}
|
||||||
args:
|
args:
|
||||||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-train-tests.sh 2.7.13 mozilla deepspeech"
|
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-train-tests.sh 2.7.13 mozilla deepspeech"
|
||||||
python_wheel: 'https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.master.7d79b8f6422e5b7e0ba82504c500a86756c44a62.cpu/artifacts/public/tensorflow_warpctc-1.4.0-cp27-cp27mu-linux_x86_64.whl'
|
|
||||||
deepspeech_pkg_name: 'deepspeech-0.1.1-cp27-cp27mu-manylinux1_x86_64.whl'
|
deepspeech_pkg_name: 'deepspeech-0.1.1-cp27-cp27mu-manylinux1_x86_64.whl'
|
||||||
metadata:
|
metadata:
|
||||||
name: "DeepSpeech Linux AMD64 CPU training Py2.7 (DS)"
|
name: "DeepSpeech Linux AMD64 CPU training Py2.7 (DS)"
|
|
@ -8,7 +8,6 @@ build:
|
||||||
apt-get -qq -y install ${python.packages.apt}
|
apt-get -qq -y install ${python.packages.apt}
|
||||||
args:
|
args:
|
||||||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-train-tests.sh 3.6.2 mozilla deepspeech"
|
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-train-tests.sh 3.6.2 mozilla deepspeech"
|
||||||
python_wheel: 'https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.master.7d79b8f6422e5b7e0ba82504c500a86756c44a62.cpu-py36/artifacts/public/tensorflow_warpctc-1.4.0-cp36-cp36m-linux_x86_64.whl'
|
|
||||||
deepspeech_pkg_name: 'deepspeech-0.1.1-cp36-cp36m-manylinux1_x86_64.whl'
|
deepspeech_pkg_name: 'deepspeech-0.1.1-cp36-cp36m-manylinux1_x86_64.whl'
|
||||||
metadata:
|
metadata:
|
||||||
name: "DeepSpeech Linux AMD64 CPU training Py3.6 (DS)"
|
name: "DeepSpeech Linux AMD64 CPU training Py3.6 (DS)"
|
|
@ -7,7 +7,6 @@ build:
|
||||||
apt-get -qq -y install ${python.packages.apt}
|
apt-get -qq -y install ${python.packages.apt}
|
||||||
args:
|
args:
|
||||||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-train-tests.sh 2.7.13 mozilla"
|
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-train-tests.sh 2.7.13 mozilla"
|
||||||
python_wheel: 'https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.master.7d79b8f6422e5b7e0ba82504c500a86756c44a62.cpu/artifacts/public/tensorflow_warpctc-1.4.0-cp27-cp27mu-linux_x86_64.whl'
|
|
||||||
metadata:
|
metadata:
|
||||||
name: "DeepSpeech Linux AMD64 CPU training Py2.7"
|
name: "DeepSpeech Linux AMD64 CPU training Py2.7"
|
||||||
description: "Training a DeepSpeech LDC93S1 model for Linux/AMD64 Python 2.7, CPU only, optimized version"
|
description: "Training a DeepSpeech LDC93S1 model for Linux/AMD64 Python 2.7, CPU only, optimized version"
|
|
@ -7,7 +7,6 @@ build:
|
||||||
apt-get -qq -y install ${python.packages.apt}
|
apt-get -qq -y install ${python.packages.apt}
|
||||||
args:
|
args:
|
||||||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-train-tests.sh 3.4.6 mozilla"
|
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-train-tests.sh 3.4.6 mozilla"
|
||||||
python_wheel: 'https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.master.7d79b8f6422e5b7e0ba82504c500a86756c44a62.cpu-py34/artifacts/public/tensorflow_warpctc-1.4.0-cp34-cp34m-linux_x86_64.whl'
|
|
||||||
metadata:
|
metadata:
|
||||||
name: "DeepSpeech Linux AMD64 CPU training Py3.4"
|
name: "DeepSpeech Linux AMD64 CPU training Py3.4"
|
||||||
description: "Training a DeepSpeech LDC93S1 model for Linux/AMD64 Python 3.4, CPU only, optimized version"
|
description: "Training a DeepSpeech LDC93S1 model for Linux/AMD64 Python 3.4, CPU only, optimized version"
|
|
@ -7,7 +7,6 @@ build:
|
||||||
apt-get -qq -y install ${python.packages.apt}
|
apt-get -qq -y install ${python.packages.apt}
|
||||||
args:
|
args:
|
||||||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-train-tests.sh 3.5.3 mozilla"
|
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-train-tests.sh 3.5.3 mozilla"
|
||||||
python_wheel: 'https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.master.7d79b8f6422e5b7e0ba82504c500a86756c44a62.cpu-py35/artifacts/public/tensorflow_warpctc-1.4.0-cp35-cp35m-linux_x86_64.whl'
|
|
||||||
metadata:
|
metadata:
|
||||||
name: "DeepSpeech Linux AMD64 CPU training Py3.5"
|
name: "DeepSpeech Linux AMD64 CPU training Py3.5"
|
||||||
description: "Training a DeepSpeech LDC93S1 model for Linux/AMD64 Python 3.5, CPU only, optimized version"
|
description: "Training a DeepSpeech LDC93S1 model for Linux/AMD64 Python 3.5, CPU only, optimized version"
|
|
@ -7,7 +7,6 @@ build:
|
||||||
apt-get -qq -y install ${python.packages.apt}
|
apt-get -qq -y install ${python.packages.apt}
|
||||||
args:
|
args:
|
||||||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-train-tests.sh 3.6.2 mozilla"
|
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-train-tests.sh 3.6.2 mozilla"
|
||||||
python_wheel: 'https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.master.7d79b8f6422e5b7e0ba82504c500a86756c44a62.cpu-py36/artifacts/public/tensorflow_warpctc-1.4.0-cp36-cp36m-linux_x86_64.whl'
|
|
||||||
metadata:
|
metadata:
|
||||||
name: "DeepSpeech Linux AMD64 CPU training Py3.6"
|
name: "DeepSpeech Linux AMD64 CPU training Py3.6"
|
||||||
description: "Training a DeepSpeech LDC93S1 model for Linux/AMD64 Python 3.6, CPU only, optimized version"
|
description: "Training a DeepSpeech LDC93S1 model for Linux/AMD64 Python 3.6, CPU only, optimized version"
|
Loading…
Reference in New Issue