from local

This commit is contained in:
dohe0342 2023-01-27 17:37:51 +09:00
parent 31c4ca7177
commit fb442f3f16
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
git pull git pull
for method in greedy_search modified_beam_search fast_beam_search for method in greedy_search #modified_beam_search fast_beam_search
do do
./pruned_transducer_stateless_d2v_v2/decode.py \ ./pruned_transducer_stateless_d2v_v2/decode.py \
--input-strategy AudioSamples \ --input-strategy AudioSamples \