from local

This commit is contained in:
dohe0342 2023-03-30 12:26:06 +09:00
parent bc7c34cd96
commit a759741e68
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -1,7 +1,7 @@
git pull git pull
spk_id=$1 spk_id=$1
#for i in 10 20 30 40 50 60 70 80 90 100 #for i in 10 20 30 40 50 60 70 80 90 100
for i in 500 for i in 30
do do
for method in modified_beam_search for method in modified_beam_search
do do
@ -10,7 +10,7 @@ do
--enable-spec-aug False \ --enable-spec-aug False \
--additional-block True \ --additional-block True \
--exp-dir ./pruned_transducer_stateless_d2v_v2/"$spk_id"_adapter \ --exp-dir ./pruned_transducer_stateless_d2v_v2/"$spk_id"_adapter \
--model-name checkpoint-$i.pt \ --model-name epoch-$i.pt \
--max-duration 250 \ --max-duration 250 \
--decoding-method $method \ --decoding-method $method \
--max-sym-per-frame 1 \ --max-sym-per-frame 1 \
@ -26,4 +26,4 @@ do
done done
#--model-name ../d2v-base-T.pt \ #--model-name ../d2v-base-T.pt \
#--model-name epoch-$i.pt \ #--model-name checkpoint-$i.pt \