lhotse-speech / lhotse

Tools for handling speech data in machine learning projects.
https://lhotse.readthedocs.io/en/latest/
Apache License 2.0
940 stars 215 forks source link

Lhotse tutorials #618

Open pzelasko opened 2 years ago

pzelasko commented 2 years ago

I'd like to compile a list of topics that would be good tutorial material, I can contribute some of those, and ideally we'd also get some community contributions. I've refreshed the examples directory in PR #617 so that each tutorial notebook has its own "theme" rather than dataset. That should make it easier/cleaner to add new tutorials.

Topics:

desh2608 commented 2 years ago

Some more ideas, based on projects that I have used Lhotse for.

pzelasko commented 2 years ago

For PyTorch Lightning, one of the maintainers re-wrote the ESPnet example to use PL when we were debugging some issues with fault tolerant training in PL, maybe we can use that snippet, ofc with a proper attribution (IIRC he agreed to that in a private conversation).

https://github.com/PyTorchLightning/pytorch-lightning/issues/10358#issuecomment-962131626

fauxneticien commented 1 year ago

Hi @pzelasko — I was wondering whether community contributions would still be welcome for some of the following (listed above), e.g.:

I'm new to using Lhotse and have just started exploring how to use it, in particular with PyTorch Lightning (e.g. https://github.com/fauxneticien/lightning-speech-sampling). I'm documenting the things as I go anyway but would be happy to prepare those materials as eventual contributed tutorials for Lhotse in mind, but no worries if repo priorities have changed since these posts last year (March '22).

pzelasko commented 1 year ago

Absolutely! I'd be happy to accept contributions with tutorials for the topics you listed.