mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
minor fix
This commit is contained in:
parent
22b813daf3
commit
e879b21350
@ -67,6 +67,8 @@ for method in ctc-decoding 1best; do
|
|||||||
log "$method"
|
log "$method"
|
||||||
|
|
||||||
./zipformer/pretrained_ctc.py \
|
./zipformer/pretrained_ctc.py \
|
||||||
|
--use-transducer 1 \
|
||||||
|
--use-ctc 1 \
|
||||||
--method $method \
|
--method $method \
|
||||||
--checkpoint $repo/exp/pretrained.pt \
|
--checkpoint $repo/exp/pretrained.pt \
|
||||||
--bpe-model $repo/data/lang_bpe_500/bpe.model \
|
--bpe-model $repo/data/lang_bpe_500/bpe.model \
|
||||||
|
|||||||
@ -38,7 +38,7 @@ concurrency:
|
|||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
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'
|
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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user