Add ReazonSpeech Japanese pre-trained model (#1203)

This commit is contained in:
Fangjun Kuang
2024-08-02 10:21:24 +08:00
committed by GitHub
parent 53484fcd9b
commit 35c1b4a7a9
5 changed files with 96 additions and 18 deletions

View File

@@ -113,14 +113,6 @@ jobs:
otool -L build/bin/sherpa-onnx
otool -l build/bin/sherpa-onnx
- name: Test offline CTC
shell: bash
run: |
export PATH=$PWD/build/bin:$PATH
export EXE=sherpa-onnx-offline
.github/scripts/test-offline-ctc.sh
- name: Test offline transducer
shell: bash
run: |
@@ -129,6 +121,15 @@ jobs:
.github/scripts/test-offline-transducer.sh
- name: Test offline CTC
shell: bash
run: |
export PATH=$PWD/build/bin:$PATH
export EXE=sherpa-onnx-offline
.github/scripts/test-offline-ctc.sh
- name: Test online CTC
shell: bash
run: |