File size: 355 Bytes
f718466 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
export CUDA_VISIBLE_DEVICES=0
./zipformer/pretrained.py \
--checkpoint ./zipformer/exp-causal/pretrained.pt \
--bpe-model ./data/lang_bpe_500/bpe.model \
--method greedy_search \
--causal 1 \
--chunk-size 16 \
--left-context-frames 128 \
test_wavs/1089-134686-0001.wav \
test_wavs/1221-135766-0001.wav \
test_wavs/1221-135766-0002.wav
|