minor fix

This commit is contained in:
yaozengwei 2023-06-14 13:44:14 +08:00
parent 22b813daf3
commit e879b21350
2 changed files with 3 additions and 1 deletions

View File

@ -67,6 +67,8 @@ for method in ctc-decoding 1best; do
log "$method"
./zipformer/pretrained_ctc.py \
--use-transducer 1 \
--use-ctc 1 \
--method $method \
--checkpoint $repo/exp/pretrained.pt \
--bpe-model $repo/data/lang_bpe_500/bpe.model \

View File

@ -38,7 +38,7 @@ concurrency:
cancel-in-progress: true
jobs:
run_librispeech_2023_05_18_zipformer:
run_librispeech_2023_06_14_zipformer_ctc:
if: github.event.label.name == 'zipformer' ||github.event.label.name == 'ready' || github.event.label.name == 'run-decode' || github.event_name == 'push' || github.event_name == 'schedule'
runs-on: ${{ matrix.os }}
strategy: