mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 18:24:18 +00:00
Minor fixes.
This commit is contained in:
parent
bfa77040ca
commit
3b725c724a
3
.github/workflows/run-pretrained.yml
vendored
3
.github/workflows/run-pretrained.yml
vendored
@ -72,9 +72,10 @@ jobs:
|
|||||||
cd tmp
|
cd tmp
|
||||||
git lfs install
|
git lfs install
|
||||||
git clone https://huggingface.co/pkufool/icefall_asr_librispeech_conformer_ctc
|
git clone https://huggingface.co/pkufool/icefall_asr_librispeech_conformer_ctc
|
||||||
|
cd ..
|
||||||
tree tmp
|
tree tmp
|
||||||
soxi tmp/icefall_asr_librispeech_conformer_ctc/test_wavs/*.flac
|
soxi tmp/icefall_asr_librispeech_conformer_ctc/test_wavs/*.flac
|
||||||
ls -lh icefall_asr_librispeech_conformer_ctc/*/*
|
ls -lh tmp/icefall_asr_librispeech_conformer_ctc/*/*
|
||||||
|
|
||||||
- name: Run CTC decoding
|
- name: Run CTC decoding
|
||||||
shell: bash
|
shell: bash
|
||||||
|
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -20,6 +20,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- test-pretrained
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [labeled]
|
types: [labeled]
|
||||||
|
|
||||||
@ -84,3 +85,8 @@ jobs:
|
|||||||
echo "lib_path: $lib_path"
|
echo "lib_path: $lib_path"
|
||||||
export DYLD_LIBRARY_PATH=$lib_path:$DYLD_LIBRARY_PATH
|
export DYLD_LIBRARY_PATH=$lib_path:$DYLD_LIBRARY_PATH
|
||||||
pytest ./test
|
pytest ./test
|
||||||
|
|
||||||
|
# runt tests for conformer ctc
|
||||||
|
cd egs/librispeech/ASR/conformer_ctc
|
||||||
|
pytest
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user