V/KaldiDemo: Assertion failed: (indexes->row_offsets.size() == time_offsets_.size())
See original GitHub issueWhen I run Kaldi it works for some time but after a few seconds (5-10) it dumps the following error:
V/KaldiDemo: Assertion failed: (indexes->row_offsets.size() == time_offsets_.size())
How can I go over it?
Issue Analytics
- State:
- Created 4 years ago
- Comments:27
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok, I figured that out. Model variable shouldn’t be local in setup task, it contains data. If you make it local, it is garbage collected soon and everything crashes.
Make model a field in the activity, so it stays alive with the activity, then everything will be fine.
I will create a separate issue about it.
@chamecall speaker id landed in vosk api:
https://github.com/alphacep/vosk-api/blob/master/python/example/test_local_speaker.py https://github.com/alphacep/vosk-api/blob/master/java/test/DecoderTest.java