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

[pykaldi] Provide access to the nnet posteriors #1

Merged
merged 4 commits into from May 6, 2019

Conversation

davidavdav
Copy link

This is my attempt to address pykaldi/pykaldi#113, I hope this PR ends up with pykaldi and not kaldi-asr...

The idea is to provide row access to the posteriors/log-likelihoods of the nnet, as they are all computed together anyway.

I've chose the base class, and using a non-virtual method, because with row-access there is no longer the index - 1 difference between AmNnets and plain Nnets.

This PR should be accompanied by a PR in pykaldi providing the CLIF wrapper.

@davidavdav davidavdav changed the title WIP [pykaldi] Provide access to the nnet posteriors by row [pykaldi] Provide access to the nnet posteriors May 2, 2019
@davidavdav davidavdav marked this pull request as ready for review May 2, 2019 16:26
@vrmpx vrmpx merged commit 7d4bda5 into pykaldi:pykaldi May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants