Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FSG recognition with -bestpath is often harmful #318

Open
dhdaines opened this issue Oct 19, 2022 · 0 comments
Open

FSG recognition with -bestpath is often harmful #318

dhdaines opened this issue Oct 19, 2022 · 0 comments

Comments

@dhdaines
Copy link
Contributor

In the past, bestpath was simply disabled for FSG search, because it caused a great slowdown and did not improve accuracy. In addition, it just flat-out breaks word-alignment so must be disabled when using PocketSphinx for alignment. Now it is enabled again, and I'm not sure this is a good thing. We need it in order to get posterior probabilities, though.

One possible source of these problems seems to be the lattice generation from FSG search, which contains some probably incorrect heuristics for creating the start and end nodes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant