fastaudio / fastai2_audio

[DEPRECATED] Audio Module for fastai v2
Apache License 2.0
65 stars 15 forks source link

Verify pipeline patch #30

Open PranY opened 4 years ago

PranY commented 4 years ago

The verify_pipeline method covers the known edge-cases for the transforms pipeline. The design is to introduce an extensible framework to check future cases.

review-notebook-app[bot] commented 4 years ago

Check out this pull request on  ReviewNB

You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.

scart97 commented 4 years ago

The tests are breaking because of a problem while exporting the code from the notebooks. Please follow the instructions to fix it:

mogwai commented 4 years ago

The instructions to contribute that are present on the repository at the moment are lacking, I will update them.

Surely we ca add those the into the pre-commit hook?