Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Fangjun Kuang
2022-10-14 12:13:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2022-10-14 12:13:51 +0800
Commit
f5f90a0742e5ed32d0f419ffeaac2d6590ec76f7
f5f90a07
1 parent
4614d02d
Release v1.0 (#18)
* Release v1.0 * Add link to doc
隐藏空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
7 行增加
和
5 行删除
CMakeLists.txt
README.md
sherpa-onnx/csrc/CMakeLists.txt
sherpa-onnx/csrc/sherpa-onnx.cc
CMakeLists.txt
查看文件 @
f5f90a0
cmake_minimum_required
(
VERSION 3.8 FATAL_ERROR
)
project
(
sherpa-onnx
)
set
(
SHERPA_ONNX_VERSION
"
0.1
"
)
set
(
SHERPA_ONNX_VERSION
"
1.0
"
)
set
(
CMAKE_ARCHIVE_OUTPUT_DIRECTORY
"
${
CMAKE_BINARY_DIR
}
/lib"
)
set
(
CMAKE_LIBRARY_OUTPUT_DIRECTORY
"
${
CMAKE_BINARY_DIR
}
/lib"
)
...
...
README.md
查看文件 @
f5f90a0
# Introduction
Documentation:
<https://k2-fsa.github.io/sherpa/onnx/index.html>
See
<https://github.com/k2-fsa/sherpa>
This repo uses
[
onnxruntime
](
https://github.com/microsoft/onnxruntime
)
and
...
...
sherpa-onnx/csrc/CMakeLists.txt
查看文件 @
f5f90a0
...
...
@@ -13,5 +13,5 @@ target_link_libraries(sherpa-onnx
kaldi-native-fbank-core
)
add_executable
(
sherpa-show-onnx-info show-onnx-info.cc
)
target_link_libraries
(
sherpa-show-onnx-info onnxruntime
)
# add_executable(sherpa-show-onnx-info show-onnx-info.cc)
# target_link_libraries(sherpa-show-onnx-info onnxruntime)
...
...
sherpa-onnx/csrc/sherpa-onnx.cc
查看文件 @
f5f90a0
...
...
@@ -80,8 +80,8 @@ Usage:
/path/to/encoder.onnx \
/path/to/decoder.onnx \
/path/to/joiner.onnx \
/path/to/joiner_encoder_proj.ncnn.param \
/path/to/joiner_decoder_proj.ncnn.param \
/path/to/joiner_encoder_proj.onnx \
/path/to/joiner_decoder_proj.onnx \
/path/to/foo.wav [num_threads]
You can download pre-trained models from the following repository:
...
...
请
注册
或
登录
后发表评论