mozilla/DeepSpeech

Add CTC decoder builds for more Python versions

Open

#3.596 aberto em 1 de abr. de 2021

Ver no GitHub
 (55 comments) (0 reactions) (0 assignees)C++ (4.093 forks)batch import
Transition to GitHub Actionsgood first bughelp wanted

Métricas do repositório

Stars
 (26.755 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador