File size: 282 Bytes
0c8bbdf |
1 2 3 4 5 6 7 8 9 |
#!/usr/bin/env bash
./pruned_transducer_stateless7/pretrained.py \
--checkpoint ./pruned_transducer_stateless7/exp/pretrained.pt \
--bpe-model ./data/en/lang_bpe_500/bpe.model \
--method greedy_search \
./test_wavs/1089-134686-0001.wav \
./test_wavs/1221-135766-0001.wav
|