зеркало из https://github.com/mozilla/DeepSpeech.git
14 строки
534 B
YAML
14 строки
534 B
YAML
build:
|
|
template_file: test-linux-opt-base.tyml
|
|
dependencies:
|
|
- "linux-amd64-ctc-opt"
|
|
system_setup:
|
|
>
|
|
apt-get -qq update && apt-get -qq -y install ${training.packages_xenial.apt}
|
|
args:
|
|
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/taskcluster/tc-train-tests.sh 3.6.10:m 8k"
|
|
workerType: "${docker.dsTests}"
|
|
metadata:
|
|
name: "DeepSpeech Linux AMD64 CPU 8kHz basic training Py3.6"
|
|
description: "Training a DeepSpeech LDC93S1 model for Linux/AMD64 8kHz Python 3.6, CPU only, optimized version"
|