icefall icon indicating copy to clipboard operation
icefall copied to clipboard

Results 279 icefall issues
Sort by recently updated
recently updated
newest added
trafficstars

Automatic pre-commit checks placed and couple of bugs fixed.

Can icefall be installed in the windows ?

This PR aims to apply latency penalty on streaming ScaledLSTM model, to decrease the symbol delay. Gradient filter is applied inside the lstm module to prevent training instability. Related PR:...

https://huggingface.co/luomingshuang/icefall_asr_wenetspeech_pruned_transducer_stateless2 can not found bpe model

How would you recommend finetuning the model with a language model to help recognize certain words using the context? In other words, is there a way to increase the weight...

Is there a recommended recipe I can refer to for fine-tuning one of the pretrained models (say, the Gigaspeech model) on my own data?

Does there a lstm-transducer eg for Any Chinese dataset?

When loading the HLG model prediction for batch inference, the speed is very slow for the first three times, but the speed is normal after the third time. Why is...

It would be nice to have a "reworked" [as in https://github.com/k2-fsa/icefall/pull/288] version of the CTC+attention setup (in a separate directory). That would be a good reference for cases where we...

This PR adds the gradient filter for tdnn_lstm_ctc recipe. You could see https://github.com/k2-fsa/icefall/pull/564 for details.