mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-27 18:54:18 +00:00
customized recipes for rs
This commit is contained in:
parent
b1de6f266c
commit
dc2d531540
@ -1,14 +0,0 @@
|
|||||||
num_epochs=30
|
|
||||||
for ((i=$num_epochs; i>=1; i--));
|
|
||||||
do
|
|
||||||
for ((j=1; j<=$i; j++));
|
|
||||||
do
|
|
||||||
python3 ./pruned_transducer_stateless7_streaming/decode.py \
|
|
||||||
--exp-dir exp \
|
|
||||||
--lang data/lang_char \
|
|
||||||
--epoch $i \
|
|
||||||
--avg $j \
|
|
||||||
--max-duration 180 \
|
|
||||||
--decoding-method greedy_search
|
|
||||||
done
|
|
||||||
done
|
|
@ -1,14 +0,0 @@
|
|||||||
num_epochs=30
|
|
||||||
for ((i=$num_epochs; i>=1; i--));
|
|
||||||
do
|
|
||||||
for ((j=1; j<=$i; j++));
|
|
||||||
do
|
|
||||||
python3 ./pruned_transducer_stateless7_streaming/decode.py \
|
|
||||||
--exp-dir exp \
|
|
||||||
--lang data/lang_char \
|
|
||||||
--epoch $i \
|
|
||||||
--avg $j \
|
|
||||||
--max-duration 180 \
|
|
||||||
--decoding-method modified_beam_search
|
|
||||||
done
|
|
||||||
done
|
|
Loading…
x
Reference in New Issue
Block a user