from local

This commit is contained in:
dohe0342 2023-01-10 11:10:10 +09:00
parent d57ff8cfc3
commit 2f326a1076
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -1,6 +1,8 @@
git pull
for method in greedy_search modified_beam_search fast_beam_search; do
#for method in greedy_search modified_beam_search fast_beam_search; do
for i in {1..6}
do
./pruned_transducer_stateless_d2v_v2/decode.py \
--input-strategy AudioSamples \
--enable-spec-aug False \