[src] Fix bug found by Hainan and Yiming regarding looped computation.#1616
[src] Fix bug found by Hainan and Yiming regarding looped computation.#1616danpovey merged 1 commit intokaldi-asr:kaldi_52from
Conversation
|
@freewym, this is a bug fix for the problem that you and Hainan encountered with the RNNLM stuff. Could you please run online decoding in some setup with this version of the code? Often the scripts don't run it by default even if they support it, you have to add some kind of flag. |
|
OK |
|
Do I need to do like what is in |
|
You can use mini-librispeech to test.
But make sure you test both TDNN and TDNN-LSTM.
Also please, once you can merge, test that the fix resolves the problem
that you and Hainan found; I no longer intend to test this myself.
…On Wed, May 10, 2017 at 5:23 PM, Yiming Wang ***@***.***> wrote:
Do I need to do like what is in egs/mini_librispeech/s5/local/
chain/run_tdnn.sh, i.e.,
call steps/online/nnet3/prepare_online_decoding.sh and
steps/online/nnet3/decode.sh?
If yes, can I just use mini_libirspeech to test?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1616 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADJVu1vE-flZ4XdjMMVxgMXIqDLgUtdCks5r4irqgaJpZM4NXLYl>
.
|
|
I tested the online decoding on mini-librispeech using chain+TDNN and xent+TDNN-LSTM respectively, and got exactly the same results as before. |
|
OK, thanks; I'll merge, and if any other problems with this show up we'll address them at that time. |
|
@hainan-xv just merged it with kaldi_52 and tested it on our rnnlm rescoring, and the problem looks resolved. |
No description provided.