from local

This commit is contained in:
dohe0342 2023-03-13 15:40:29 +09:00
parent 0dda4bf9c7
commit c1179c0d2b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -17,6 +17,6 @@ for method in greedy_search; do #modified_beam_search fast_beam_search; do
--joiner-dim 768 \ --joiner-dim 768 \
--avg 1 \ --avg 1 \
--use-averaged-model True \ --use-averaged-model True \
--spk-id $spk_id --spk-id $spk_id > pseudo/$spk_id.pl
done done
done done