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

acoustic modeling fails with features AND deltas #3

Open
mmmaat opened this issue Jul 13, 2017 · 0 comments
Open

acoustic modeling fails with features AND deltas #3

mmmaat opened this issue Jul 13, 2017 · 0 comments
Labels

Comments

@mmmaat
Copy link
Collaborator

mmmaat commented Jul 13, 2017

  • problem: Acoustic modeling fails when built on features with deltas. This causes a "bad features dimension" error. The AM Kaldi recipe expect the input features to have no deltas (they are automatically computed within the recipe)

  • solution 1: A fast and dirty fix would be to detect the presence of deltas in the input features during AM init, and output a user friendly user message.

  • solution 2: Best but more work invloved! modify the recipe to consider deltas if they are already here...

@mmmaat mmmaat added the bug label Jul 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant