This reverts commit 3e99b0d8b2b2d6e47c8ff7eb1dfd9a88eba8e6d8, reversing changes made to 3a8c45cb619589f5f6acf4bfb71e7d6b18e8eab5.
14 lines
533 B
YAML
14 lines
533 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.7.6:m 8k"
|
|
workerType: "${docker.dsTests}"
|
|
metadata:
|
|
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"
|