Skip to content
Snippets Groups Projects
  1. Mar 04, 2015
  2. Feb 22, 2015
  3. Feb 17, 2015
  4. 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
  5. Jan 29, 2015
  6. Jan 23, 2015
  7. Jan 07, 2015
  8. Nov 25, 2014
  9. Nov 23, 2014
  10. Nov 11, 2014
  11. Nov 08, 2014
  12. Nov 07, 2014
  13. Nov 06, 2014
  14. Sep 30, 2014
  15. Sep 24, 2014
  16. Sep 22, 2014
  17. Sep 10, 2014
  18. Sep 08, 2014
  19. Sep 05, 2014
  20. Sep 03, 2014
Loading