diff --git a/egs/tedlium3/ASR/.test.sh.swp b/egs/tedlium3/ASR/.test.sh.swp index 91201c062..344c64caf 100644 Binary files a/egs/tedlium3/ASR/.test.sh.swp and b/egs/tedlium3/ASR/.test.sh.swp differ diff --git a/egs/tedlium3/ASR/test.sh b/egs/tedlium3/ASR/test.sh index 74a9eb4fe..984ae64fc 100755 --- a/egs/tedlium3/ASR/test.sh +++ b/egs/tedlium3/ASR/test.sh @@ -1,13 +1,13 @@ spk_id=$1 dir=$2 #for i in 100 200 300 -for i in 50 100 +for i in 50 #for i in 10 20 30 40 50 60 70 80 90 100 #for i in 50 100 150 200 250 300 350 400 450 500 #for i in 50 100 #150 200 250 300 350 400 450 500 #for i in 127800 127850 do - for method in modified_beam_search + for method in greedy_search do ./pruned_transducer_stateless_d2v_v2/decode.py \ --input-strategy AudioSamples \