Mirco Ravanelli
Mirco Ravanelli
You can run the linter tests locally by running the the main speechbrain folder: tests/.run-linters.sh black issues can be fixed just by installing black an typing "black file_name.py". After this...
@ycemsubakan @vishalghor, any update on this. It looks like some tests are failing..
Thank you for this contribution. One tip: you can also run the tests locally with 'pytest', ''tests/.run-linters.sh" (for style issues), ".run-unittests.sh" (for unittests). You can fix most of the style...
I would also suggest to merge here the latest version of the development branch. We just merged some additional checks and tests that are needed in this case as well.
Thank you @dwgnr! It looks like the performance is not to good at the moment. As far as I remember, switchboard recording are sampled at 8 kHz (and not 16...
As for the RNNLM or TransformerLM recipes, these are the same that we use for librispeech (where we noticed a quite big improvement when using the LM). As for the...
@TParcollet can we merge it or it is better to do another review here?
@anautsch, could you do it when you have time? It could be great to add this fix in the new minor version.
This error might happen when the number of output (i.e., the number of speakers) is not set correctly. Could you please double check it? On my side, I didn't have...
@30stomercury, what's the status of this PR? I think the output of this work should be compared with #773, right?