customized recipes for rs

This commit is contained in:
Triplecq 2024-01-14 22:28:53 +09:00
parent b1de6f266c
commit dc2d531540
2 changed files with 0 additions and 28 deletions

View File

@ -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

View File

@ -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