k2-fsa / sherpa

Speech-to-text server framework with next-gen Kaldi
https://k2-fsa.github.io/sherpa
Apache License 2.0
534 stars 107 forks source link

Fix context graph #468

Closed pkufool closed 1 year ago

pkufool commented 1 year ago

Fix an issue about the failure arc score (the canceling score), I remove the local_node_score which turns out to be an over design and leads to this issue. I also do some optimization by calculating the output score while compiling the graph.

kvoyager commented 11 months ago

This fix leads to cut transcripts that did not happened before see https://github.com/k2-fsa/sherpa/issues/504