alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.57k stars 1.06k forks source link

decoding error in GPU mode #1353

Closed mason-acronode closed 1 year ago

mason-acronode commented 1 year ago

I got the below error when I ran recognition with the hundreds of audio input stream. Those files chunked by 16 concurrent requests - run in the 16 threads concurrently. Is it related with the memory size of the GPU or just application error?

LOG ([5.5.0~2-2abe]:TryAddChunkToNextBatchDeepCopy():cuda-online-pipeline-dynamic-batcher.cc:94) All decoding channels are in use. Consider increasing --num-channels

mason-acronode commented 1 year ago

It turned out as the app issue. I will close this issue.