mravanelli/pytorch-kaldi

Use final_architecture1.pkl for live test

spacecd opened this issue · 4 comments

Hi Sir,
Thanks for the detailed README.md, I managed to finish model training following Librispeech tutorial using libri_MLP_fmllr.cfg and got the result:
%WER 9.54 [ 5018 / 52576, 558 ins, 643 del, 3817 sub ] /pytorch-kaldi/repo/exp_torch/libri_MLP_fmllr_GPU_ c75_batch256/decode_test_clean_out_dnn1/wer_13_0.0,

I’d like to move the trained model exp_files/final_architecture1.pkl to one of our hardware recognition system for live test. Since our existing system loads final.mdl in Kaldi format, does anyone can give any idea for converting final_architecture1.pkl to Kaldi format? Thanks in advance :-D

Thanks Mirco for the reply.
I’ve heard the name of SpeechBrain in the community, and will start follow it :-D

A quick question, is it possible that we convert the ASR model trained by SpeechBrain to Kaldi format?
I ask this because our existing hardware recognition system is running C optimized kaldi decoder.

Hi, we aren't supporting pytorch-kaldi anymore because we now haveca much better toolkit called speechbrain. My suggestion is to switch to it.

On Sun, Aug 1, 2021, 11:59 PM spacecd @.***> wrote: Hi Sir, Thanks for the detailed README.md, I managed to finish model training following Librispeech tutorial using libri_MLP_fmllr.cfg and got the result: %WER 9.54 [ 5018 / 52576, 558 ins, 643 del, 3817 sub ] /pytorch-kaldi/repo/exp_torch/libri_MLP_fmllr_GPU_ c75_batch256/decode_test_clean_out_dnn1/wer_13_0.0, I’d like to move the trained model exp_files/final_architecture1.pkl to one of our hardware recognition system for live test. Since our existing system loads final.mdl in Kaldi format, does anyone can give any idea for converting final_architecture1.pkl to Kaldi format? Thanks in advance :-D — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#255>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEA2ZVX7RSXB5XM4IJ3XGK3T2YJYLANCNFSM5BL4QHRA .

Thanks Micro for your kindly help