Skip to content
Snippets Groups Projects
  1. Feb 17, 2015
  2. Feb 05, 2015
    • Amit Beka's avatar
      add support for threaded nnet2 decoding · ff37cb00
      Amit Beka authored
      
      recent kaldi version add a new decoder class of threaded processing,
      with a different API than the previous (SingleUtteranceNnet2DecoderThreaded
      instead of SingleUtteranceNnet2Decoder).
      
      this commit adds compile-time support to the threaded decoder, by
      ifdef'ing all the relevant API changes. future commit should make it
      prettier, but for now, in order to avoid everybody updating kaldi source
      code, this seems better.
      
      compile the threaded decoder with make CPPFLAGS=-DTHREADED_DECODER.
      
      Signed-off-by: default avatarAmit Beka <amit.beka@gmail.com>
      ff37cb00
  3. Jan 29, 2015
  4. Jan 23, 2015
  5. Jan 07, 2015
  6. Nov 25, 2014
  7. Nov 23, 2014
  8. Nov 11, 2014
  9. Nov 08, 2014
  10. Nov 07, 2014
  11. Nov 06, 2014
  12. Sep 30, 2014
  13. Sep 24, 2014
  14. Sep 22, 2014
  15. Sep 10, 2014
  16. Sep 08, 2014
  17. Sep 05, 2014
  18. Sep 03, 2014
Loading