Resource Optimization #1899
Replies: 5 comments 46 replies
-
What audio transcription implementation are you using? (Vosk, Wav2Vec2 etc.) |
Beta Was this translation helpful? Give feedback.
-
That's correct. Actually just the mplayer conversion has a timeout, the Vosk transcription itself no. When implementing, since Vosk receives raw WAV data, I thought it would be unlikely to enter in a loop inside Vosk, but @tc-wleite is right, it is possible in theory, and IPED multithreading might trigger race condition issues in Vosk, if they exist. |
Beta Was this translation helpful? Give feedback.
-
I created a separated issue (#1909) about the Vosk audio transcription slow down, as there are other topics in this discussion. |
Beta Was this translation helpful? Give feedback.
-
New interesting information. After some time, the next ufdr gave an out of memory with some messages in the console, and also some processes appearing in the task manager, which I believe should not be there. Look how interesting. Can this fix #1910 be used now? If yes, how do I do this? tks |
Beta Was this translation helpful? Give feedback.
-
@paulobreim just to let you know I just fixed this in 4.2-snapshot. It was being caused by conflicts between config files of different IPED versions. |
Beta Was this translation helpful? Give feedback.
-
I have a computer with good configuration where I am indexing a case with 35 cell phones and it has already been running for more than 100 hours and should still take another 100.
Looking at the task manager, I'm using 8% CPU and 30% memory. I have 3 SSDs (read, write and index) all with 0%. The biggest time spent on the IPED is AudioTranscription task at 97%, as expected.
I would like to know if I can start another case on this same machine.
Beta Was this translation helpful? Give feedback.
All reactions