Add online LSTM transducer model (#25)
This commit is contained in:
@@ -2,7 +2,11 @@ include_directories(${CMAKE_SOURCE_DIR})
|
||||
|
||||
add_executable(sherpa-onnx
|
||||
decode.cc
|
||||
rnnt-model.cc
|
||||
features.cc
|
||||
online-lstm-transducer-model.cc
|
||||
online-transducer-model-config.cc
|
||||
online-transducer-model.cc
|
||||
onnx-utils.cc
|
||||
sherpa-onnx.cc
|
||||
symbol-table.cc
|
||||
wave-reader.cc
|
||||
@@ -13,5 +17,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-onnx-show-info show-onnx-info.cc)
|
||||
target_link_libraries(sherpa-onnx-show-info onnxruntime)
|
||||
|
||||
Reference in New Issue
Block a user