WSFT based decoding algorithm for Transducers with GPU #1377
manickavela29
started this conversation in
General
Replies: 1 comment 3 replies
-
That is already supported in sherpa-onnx. You can use WFST graphs, e.g., HLG, with CTC models in sherpa-onnx. If you want to use WFSTs on GPU with CTC models, please see k2-fsa/sherpa. It has already been supported. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @csukuangfj,
has there been any attempt to implement WFST based decoding algorithm with beam search or greedy?
It will be a great saver on latency, definitely you are the expert here, is there any blocker for it?
do you think for any reason, it will not be helpful in increasing the systems throughput or latency?
Beta Was this translation helpful? Give feedback.
All reactions