mozilla/DeepSpeech

Add CTC decoder builds for more Python versions

开放

#3,596 创建于 2021年4月1日

 (55 条评论) (0 个反应) (0 位负责人)C++ (4,093 个派生)batch import
Transition to GitHub Actionsgood first bughelp wanted

仓库指标

星标
 (26,755 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

We hard-coded the action call with one version https://github.com/mozilla/DeepSpeech/blob/5f566f442541d76f320ee081294cdef980c361d1/.github/workflows/macOS-amd64.yml#L54-L86 it would be nice to:

  • use a matrix for all versions we can
  • add new train-test-model jobs using a matrix as well to ensure test coverage

贡献者指南