You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to get K3 binary to work on Windows, and I'm now stuck with this issue :
ASSERTION_FAILED ([5.5-win]:kaldi::LatticeFasterOnlineDecoderTpl<class fst::Fst<struct fst::ArcTpl<class fst::TropicalWeightTpl > > >::BestPathEnd():decoder\lattice-faster-online-decoder.cc:85) Assertion failed: (this->NumFramesDecoded() > 0 && "You cannot call BestPathEnd if no frames were decoded.")
In order to test this I basically merged the two "if" statements (push-chunk and get-final), and added some code to open a wav file then extract its content into a buffer beforehand.
I've compiled Kaldi with MKL 2022.2.1 (I tried OpenBLAS but got stuck) and OpenFST latest (cad8bcb52fca3bcd8702dbbba8ed9de66a649e78).
Does anyone managed to get K3 binary to work on windows? Or any clue why no frame have been decoded? Or am I missing something?
I can post some of that test case code if that helps.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
The decoded frame number being zero was because of the frame rate expressed in Hz and not kHz, so I was pushing a thousand time more data than required.
But now after calling CompactLatticeToWordProns it doesn't output any words.
Hello gentlewomen and gentlemen,
I've been trying to get K3 binary to work on Windows, and I'm now stuck with this issue :
ASSERTION_FAILED ([5.5-win]:kaldi::LatticeFasterOnlineDecoderTpl<class fst::Fst<struct fst::ArcTpl<class fst::TropicalWeightTpl > > >::BestPathEnd():decoder\lattice-faster-online-decoder.cc:85) Assertion failed: (this->NumFramesDecoded() > 0 && "You cannot call BestPathEnd if no frames were decoded.")
In order to test this I basically merged the two "if" statements (push-chunk and get-final), and added some code to open a wav file then extract its content into a buffer beforehand.
I've compiled Kaldi with MKL 2022.2.1 (I tried OpenBLAS but got stuck) and OpenFST latest (cad8bcb52fca3bcd8702dbbba8ed9de66a649e78).
Does anyone managed to get K3 binary to work on windows? Or any clue why no frame have been decoded? Or am I missing something?
I can post some of that test case code if that helps.
Thanks in advance.
The text was updated successfully, but these errors were encountered: