Piotr Żelasko

Results 523 comments of Piotr Żelasko

Hi there! Sorry for a long time to reply, I was traveling. If you'd like to contribute the stereo link feature that would be awesome! If I understand it right,...

@desh2608 would you happen to have any test cases back from when you added the feature? Not sure if it’s a regression or something else.

Sorry for a late answer. Please try to process that file with this script instead: https://github.com/NVIDIA/NeMo/blob/main/examples/asr/asr_chunked_inference/aed/speech_to_text_aed_chunked_infer.py it will slice your long segment to shorter chunks and run inference on them....

My cylimiter is based on @bastibe implementation, just rewritten to C++, a bit more optimized, wrapped to Python and PyPI packaged. It works well for machine learning applications and managing...

@amorari-nvidia As a last thing, could you remove the numba specaug implementation altogether in this PR? IIRC it will automatically kick in with numba 0.58 (or when numba+cuda versions are...

great, re-triggered tests, LGTM as soon as it's green

Congrats @amorari-nvidia on the first contribution!

I noticed that you have „lhotse prepare reazonspeech” command in data prep, do you intend to submit a PR to Lhotse as well?

@lifeiteng care to try this one?