Mixture model of frame posteriors#2534
Merged
danpovey merged 11 commits intokaldi-asr:masterfrom Jul 7, 2018
teinhonglo:master
Merged
Mixture model of frame posteriors#2534danpovey merged 11 commits intokaldi-asr:masterfrom teinhonglo:master
danpovey merged 11 commits intokaldi-asr:masterfrom
teinhonglo:master
Conversation
danpovey
reviewed
Jul 5, 2018
| @@ -0,0 +1,235 @@ | |||
| #!/bin/bash | |||
|
|
|||
| # Copyright 2018 Tien-Hong Lo | |||
Contributor
There was a problem hiding this comment.
Thanks!
I think this should be called 'decode_score_fusion.sh'.
And can you please do more checking on the inputs? You should at least check that they have the same frame-subsampling-factor and the same tree.
Contributor
Author
|
Dear Povey, Thanks for your advice.
Best Regards, |
danpovey
reviewed
Jul 7, 2018
|
|
||
| model=$srcdir/$iter.mdl | ||
| if [ ! -f $srcdir/$iter.mdl ]; then | ||
| echo "$0: ERROR: no such file $srcdir/$iter.raw. Trying $srcdir/$iter.mdl exit" && exit 1; |
Contributor
There was a problem hiding this comment.
Please say Error, not ERROR.
Contributor
Author
|
Is there anything I could or should do? |
Contributor
|
merged. Thanks!
…On Sat, Jul 7, 2018 at 2:15 AM, Tien-Hong Lo ***@***.***> wrote:
Is there anything I could or should do?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2534 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADJVu6cVvZaW7eReyynyqJuwByDfzbbtks5uEFHygaJpZM4VEKIN>
.
|
dpriver
pushed a commit
to dpriver/kaldi
that referenced
this pull request
Sep 13, 2018
Skaiste
pushed a commit
to Skaiste/idlak
that referenced
this pull request
Sep 26, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The script which combines the outputs of two (or more) different neural networks and then
use the combined posterior probabilities for decoding.
In our experiments, Improvement in WER could be 0.5 ~ 1.5.