Minor fixes.

This commit is contained in:
Fangjun Kuang 2021-10-14 20:27:32 +08:00
parent bfa77040ca
commit 3b725c724a
2 changed files with 8 additions and 1 deletions

View File

@ -72,9 +72,10 @@ jobs:
cd tmp
git lfs install
git clone https://huggingface.co/pkufool/icefall_asr_librispeech_conformer_ctc
cd ..
tree tmp
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
shell: bash

View File

@ -20,6 +20,7 @@ on:
push:
branches:
- master
- test-pretrained
pull_request:
types: [labeled]
@ -84,3 +85,8 @@ jobs:
echo "lib_path: $lib_path"
export DYLD_LIBRARY_PATH=$lib_path:$DYLD_LIBRARY_PATH
pytest ./test
# runt tests for conformer ctc
cd egs/librispeech/ASR/conformer_ctc
pytest