Azure-Samples / Speech-Service-Actions-Template

Use this template to create a repository to develop Azure Custom Speech models with built-in support for dev ops and common software engineering practices via GitHub Actions. Train, test, and release new Custom Speech models automatically as training data is updated. Version data, test results, endpoints, models, and more out of the box.
MIT License
21 stars 9 forks source link

Fix bug to get benchmark model. #36

Closed KatieProchilo closed 4 years ago

KatieProchilo commented 4 years ago

The "Get benchmark Speech model" step failed because it was incorrectly filtering the speech model list command to only look for acoustic models. Correcting the path in this PR solves that issues so that it correctly searches for language models when it needs to.

Successful run: https://github.com/KatieProchilo/Speech-Service-DevOps-Samples/runs/695173581