Daniel Galvez

Results 42 issues of Daniel Galvez

There were several issues recently discovered with the cuda decoder in both offline and online mode. After my fixes, I can achieve 7800 RTFx throughput on librispeech test-clean and the...

stale

I would like to have pytorch code call a subroutine that takes uses DLPack, such that the subroutine is generic across frameworks. However, I noticed that the interface provided by...

Hi all, a colleague recently reached out to me asking for help becuase he couldn't build k2 from source, citing the following cub error, using a newer version of cub...

filter. This is for compatibility with nnet3. Note the TODO's.

# What does this PR do ? I add a new flag "batched_inference" to the CTC greedy decoder. **Collection**: ASR # Changelog - Support batched inference of greedy CTC decoding....

ASR
Run CICD

Very much a draft right now.

stale
ASR

This has been tested only for Parakeet-CTC-1.1B right now. This problem certainly exists elsewhere. It also is not ina mergeable state. This is my initial hack to fix the problem....

core
ASR

**Is your feature request related to a problem? Please describe.** I've been experimenting with `examples/asr/asr_cache_aware_streaming/speech_to_text_cache_aware_streaming_infer.py`. One of the things I've noticed is that the "greedy_batched" strategy does not support partial...

stale

Add a unit-test (dsalign_lib_test.py) for checking that these speed ups actually work. I add cython as a dependency in order to make the smithwaterman function faster. This makes the runtime...

It fixes all of the issues we've seen so far.