|
From: Daniel P. <dp...@gm...> - 2015-01-31 01:05:36
|
I just want to inform people that I have just checked in this multi-threaded version of the online-nnet2 decoding. This should make it possible to decode in real-time with larger models and graphs than before, because the decoding and the nnet evaluation are in separate threads and can be done in parallel. The usage is the same as online2-wav-nnet2-latgen-faster. The C++ level interface looks similar, but behaves a little different because the decoding happens in background threads, so you don't have to call AdvanceDecoding() any more, it just happens in the background. Dan ---------- Forwarded message ---------- From: Repository Kaldi code <no...@co...> Date: Fri, Jan 30, 2015 at 8:01 PM Subject: [kaldi:code] [r4844] - danielpovey: trunk: add multi-threaded online-nnet2 decoding program, online2-wav-nnet2-latgen-threaded, which does decoding and nnet evaluation in different threads. Usage is otherwise similar to online2-wav-nnet2-latgen-faster. To: Repository Kaldi code <no...@co...> trunk: add multi-threaded online-nnet2 decoding program, online2-wav-nnet2-latgen-threaded, which does decoding and nnet evaluation in different threads. Usage is otherwise similar to online2-wav-nnet2-latgen-faster. http://sourceforge.net/p/kaldi/code/4844/ ------------------------------ Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/kaldi/code/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/ |