from local

This commit is contained in:
dohe0342 2023-05-26 15:58:11 +09:00
parent 237133bb9b
commit 6b92c3a717
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -14,7 +14,7 @@ do
--enable-spec-aug False \ --enable-spec-aug False \
--additional-block True \ --additional-block True \
--exp-dir ./pruned_transducer_stateless_d2v_v2/$2 \ --exp-dir ./pruned_transducer_stateless_d2v_v2/$2 \
--max-duration 600 \ --max-duration 30 \
--iter $i \ --iter $i \
--model-name lora \ --model-name lora \
--decoding-method $method \ --decoding-method $method \
@ -27,7 +27,7 @@ do
--use-averaged-model True \ --use-averaged-model True \
--spk-id $spk_id \ --spk-id $spk_id \
--prompt False \ --prompt False \
--res-name tttt --res-name lora_check$i
#--res-name bitfit_q_fc1_check$i #--res-name bitfit_q_fc1_check$i
#--res-name fullft_check$i #--res-name fullft_check$i
done done