继续操作前请注册或者登录。
  1. 12 Jul, 2023 2 commits
  2. 10 Jul, 2023 1 commit
  3. 09 Jul, 2023 1 commit
  4. 08 Jul, 2023 1 commit
  5. 07 Jul, 2023 2 commits
  6. 06 Jul, 2023 4 commits
  7. 05 Jul, 2023 1 commit
  8. 04 Jul, 2023 1 commit
  9. 02 Jul, 2023 1 commit
  10. 01 Jul, 2023 1 commit
  11. 30 Jun, 2023 1 commit
  12. 27 Jun, 2023 1 commit
  13. 26 Jun, 2023 2 commits
  14. 23 Jun, 2023 1 commit
  15. 20 Jun, 2023 1 commit
  16. 19 Jun, 2023 1 commit
  17. 16 Jun, 2023 1 commit
    • * Implement context graph
      
      * Modify the interface to support context biasing
      
      * Support context biasing in modified beam search; add python wrapper
      
      * Support context biasing in python api example
      
      * Minor fixes
      
      * Fix context graph
      
      * Minor fixes
      
      * Fix tests
      
      * Fix style
      
      * Fix style
      
      * Fix comments
      
      * Minor fixes
      
      * Add missing header
      
      * Replace std::shared_ptr with std::unique_ptr for effciency
      
      * Build graph in constructor
      
      * Fix comments
      
      * Minor fixes
      
      * Fix docs
      Wei Kang authored
  18. 12 Jun, 2023 1 commit
    • * rnnlm model inference supports num_threads setting
      
      * rnnlm params decouple num_thread and provider with Transducer.
      
      * fix python csrc bug which offline-lm-config.cc and online-lm-config.cc arguments problem
      
      * lm_num_threads and lm_provider set default values
      
      ---------
      
      Co-authored-by: cuidongcai1035 <cuidongcai1035@wezhuiyi.com>
      keanu authored
  19. 08 Jun, 2023 1 commit
  20. 07 Jun, 2023 1 commit
  21. 04 Jun, 2023 2 commits
  22. 02 Jun, 2023 1 commit
  23. 30 May, 2023 1 commit
  24. 23 May, 2023 1 commit
  25. 22 May, 2023 1 commit
  26. 18 May, 2023 1 commit
    • * add decode example for mic
      
      * some changes to README.md
      
      * add java websocket srv
      
      * change to readwav to static
      
      * make some changes to code comments
      
      * little change for readme.md
      
      * fix bug about multiple threads
      
      * made little modification
      
      * add protocol in readme, removed static Queue and add lmConfig
      
      ---------
      
      Co-authored-by: root <root@localhost.localdomain>
      zhaomingwork authored
  27. 15 May, 2023 1 commit
    • * share GetHypsRowSplits interface and fix getting Topk not taking logprob
      
      * fix lm score of lm fusion and make padding len same with 'icefall/egs/librispeech/ASR/pruned_transducer_stateless7_streaming/decode.py'
      PF Luo authored
  28. 14 May, 2023 1 commit
  29. 12 May, 2023 3 commits
  30. 11 May, 2023 1 commit
    • * added csrc/stack.cc
      
      * stack: added checks
      
      * added copyright info
      
      * passed cpp style checks
      
      * formatted code
      
      * added some support for streaming conformer model support (not verified)
      
      * code lint
      
      * made more progress with streaming conformer support (not working yet)
      
      * passed style check
      
      * changes as suggested by @csukuangfj
      
      * added some debug info
      
      * fixed style check
      
      * Use Cat to replace Stack
      
      * remove debug statements
      
      ---------
      
      Co-authored-by: Jingzhao Ou (jou2019) <jou2019@cisco.com>
      Co-authored-by: Fangjun Kuang <csukuangfj@gmail.com>
      Jingzhao Ou authored
  31. 10 May, 2023 1 commit