mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-04 14:44:18 +00:00
example decode script and expect result
This commit is contained in:
parent
2dc86e2eda
commit
391bd82e92
@ -149,3 +149,15 @@ if [ $stage -eq 6 ]; then
|
||||
--num-epochs 30 \
|
||||
--codebook-loss-scale 0.1
|
||||
fi
|
||||
|
||||
if [ $stage -eq 7 ]; then
|
||||
# Expected result:
|
||||
# errs-test-clean-beam_size_4-epoch-19-avg-10-beam-4.txt:%WER = 5.67
|
||||
# errs-test-other-beam_size_4-epoch-19-avg-10-beam-4.txt:%WER = 15.60
|
||||
./vq_pruned_transducer_stateless2/decode.py \
|
||||
--decoding-method "modified_beam_search" \
|
||||
--epoch $epoch \
|
||||
--avg 10 \
|
||||
--max-duration 200 \
|
||||
--exp-dir ./vq_pruned_transducer_stateless2/exp
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user