Fangjun Kuang

Results 683 comments of Fangjun Kuang

I have refactored the Makefile in this pullrequest: https://github.com/danpovey/kaldi/pull/88/files now you can use `make -j` and you do not need to recompile all .cc files if you made changes only...

By the way, I think you have to enable GitHub actions for this repo.

You can find the running logs for this PR at https://github.com/csukuangfj/openfst/actions/runs/8657834872/job/23740626893 (Note: Once GitHub actions is enabled for this PR, you can also find the logs in this repo)

The error logs can be found at https://github.com/csukuangfj/openfst/actions/runs/8657834872/job/23740626893#step:4:31931 ``` C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(755,5): error MSB6006: "CL.exe" exited with code -1073740791. [D:\a\openfst\openfst\build\src\extensions\lookahead\arc_lookahead-fst.vcxproj] ```

> @csukuangfj, I enabled actions, Thanks! GitHub actions won't run until you merge this PR into the main branch ,i.e., winport, of this repo. > but I don't know if...

> Hi @csukuangfj, Could you please let us know any update on this? Thanks Sorry, conformer_ctc3 does not support streaming recognition. please switch to streaming zipformer if possible. https://github.com/k2-fsa/icefall/pull/941 is...

@uni-manjunath-ke #941 combines zipformer with ctc, however, it is not streaming. please use pruned_transducer_stateless7_streaming, which is a streaming version. If you want to use CTC, please combine pruned_transducer_stateless7_streaming with #941

pruned_transducer_stateless7 and zipformer_ctc share the same zipformer.py Please first have a look at pruned_transducer_stateless7_streaming. After you read the code, I believe you will know it.

> We tried to export zipformer_ctc_streaming to jit format. > build/sherpa/./bin/sherpa-online `k2-fsa/sherpa` supports only streaming transducers. If you could contribute a streaming CTC model, we can add that to `k2-fsa/sherpa`.

> Yes, I think onnx recipe for sherpa with triton for ctc zipformer would be nice to We currently don't have such a recipe in icefall. Would you mind contributing...