uni-manjunath-ke
uni-manjunath-ke
Added zipformer ctc streaming support for librispeech at egs/librispeech/ASR/zipformer_ctc_streaming
Hi @yaozengwei 1. Ya correct. I have copied zipformer.py from pruned7_steaming recipe. Sure, we can create a soft link. 2. Basically, we took a clone of zipformer-ctc code from https://github.com/desh2608/icefall/tree/zipformer_ctc...
Hi @csukuangfj, Could you please let us know any update on this? Thanks
Thanks @csukuangfj . We are using zipformer_ctc implementation at https://github.com/k2-fsa/icefall/pull/941 . Hope this is streaming variant and it supports streaming. Pls confirm. Thank you.
Thanks @csukuangfj .. How do I do that? Is it something like the difference between pruned_transducer_stateless7 and zipformer_ctc to be understood and then adapted to pruned_transducer_stateless7_streaming ? Is this correct....
Hi @csukuangfj and @desh2608 , We had gone through the code, and we felt that it might take some time by us to understand it thoroughly, and implement it by...
Sure, Thanks a lot for detailed steps. We will work on it and update you further.
Hi @desh2608 & @csukuangfj , Thanks for your suggestions. We were able to make suggested modifications and train a model for zipformer ctc streaming. Could you please let us know...
Hi @csukuangfj and @desh2608 , We tried to export zipformer_ctc_streaming to jit format. But, we are getting below errors. We also tried to import it to onnx format, and the...
> upports only streaming transducers. If you could contribute a streaming CTC model, we can add that to `k2-fsa/sherpa` If a share a zipformer ctc streaming model . will that...
> We want more people to benefit from the code. If we only have a pre-trained model, then users (other than you) won't have code to train their own model...