2020-04-20 17:21:57 +03:00
|
|
|
build:
|
|
|
|
template_file: test-linux-opt-base.tyml
|
|
|
|
dependencies:
|
|
|
|
- "linux-amd64-ctc-opt"
|
|
|
|
system_setup:
|
|
|
|
>
|
2020-05-02 14:13:07 +03:00
|
|
|
apt-get -qq update && apt-get -qq -y install ${training.packages_xenial.apt}
|
2020-04-20 17:21:57 +03:00
|
|
|
args:
|
|
|
|
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-train-tests.sh 3.7.6:m 8k"
|
2020-08-03 18:18:11 +03:00
|
|
|
workerType: "${docker.dsTests}"
|
2020-04-20 17:21:57 +03:00
|
|
|
metadata:
|
2020-08-25 16:35:12 +03:00
|
|
|
name: "DeepSpeech Linux AMD64 CPU 8kHz basic training Py3.7"
|
|
|
|
description: "Training a DeepSpeech LDC93S1 model for Linux/AMD64 8kHz Python 3.7, CPU only, optimized version"
|