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

Unable to run forwarding step on test set #253

Open
kevinmchu opened this issue Mar 8, 2021 · 0 comments
Open

Unable to run forwarding step on test set #253

kevinmchu opened this issue Mar 8, 2021 · 0 comments

Comments

@kevinmchu
Copy link

I'm running the TIMIT LSTM on custom features, and was able to successfully train a model. Now I'm testing the model using a custom test set, but I'm experiencing an issue where the test features do not get forwarded through the trained model. Here is the terminal output:

- Reading config file......OK!
- Chunk creation......OK!

Testing TIMIT_test chunk = 1 / 1
Decoding TIMIT_test output out_dnn2
kaldi_decoding_scripts//decode_dnn.sh xx

Additionally, the log file only indicates that hmm-info and ali-to-pdf were run, but there are no errors or warnings listed. I suspect this issue has to do with modifying the phonemap file, score.sh, and timit_norm_trans.pl to map to 41 phones rather than 40 phones. I reverted back to using 40 phones, but the features never appear to be forwarded and the code seems to be stuck at the decoding phase.

Do you have any suggestions on how to solve this issue?

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

No branches or pull requests

1 participant