• 此项目
    • 正在载入...
  • Sign in

xuning / sherpaonnx

96x96
转到一个项目
Toggle navigation
  • 项目
  • 群组
  • 代码片段
  • 帮助
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • sherpaonnx
  • sherpa-onnx
  • python
  • sherpa_onnx
  • __init__.py
  • Code refactoring (#74) · 7f72c13d ...
    7f72c13d 浏览文件
    * Don't reset model state and feature extractor on endpointing
    
    * support passing decoding_method from commandline
    
    * Add modified_beam_search to Python API
    
    * fix C API example
    
    * Fix style issues
    Fangjun Kuang authored 2023-03-03 12:10:59 +0800
__init__.py 82 字节
原文件 审查 历史 永久链接
1 2 3
from _sherpa_onnx import Display

from .online_recognizer import OnlineRecognizer