orion icon indicating copy to clipboard operation
orion copied to clipboard

Tests for speechbrain tutorial

Open Simnol22 opened this issue 1 year ago • 1 comments

Description

Basic tests for the SpeechBrain model example we are adding to the doc,.

Changes

Adding of some tests, as well as a download_data.py script.

Tests

  • [ ] I added corresponding tests for bug fixes and new features. If possible, the tests fail without the changes
  • [x ] All new and existing tests are passing ($ tox -e py38; replace 38 by your Python version if necessary)

Documentation

  • [ x] I have updated the relevant documentation related to my changes

Quality

  • [ x] I have read the CONTRIBUTING doc
  • [ x] My commits messages follow this format
  • [ x] My code follows the style guidelines ($ tox -e lint)

Simnol22 avatar Oct 13 '22 14:10 Simnol22

The pre-trained model is too large for github-actions' runner. We would need to have a local hosted runner for this. We'll take a look at this and then revisit this PR.

bouthilx avatar Dec 19 '22 15:12 bouthilx