File size: 270 Bytes
501246b |
1 2 3 4 5 6 7 8 9 10 11 12 |
#!/usr/bin/env bash
export CUDA_VISIBLE_DEVICES=
./zipformer/pretrained.py \
--checkpoint ./zipformer/exp/pretrained.pt \
--bpe-model data/lang_bpe_500/bpe.model \
--method greedy_search \
./test_wavs/1089-134686-0001.wav \
./test_wavs/1221-135766-0001.wav
|