mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
d47dc2254d
commit
411c842e7d
Binary file not shown.
Binary file not shown.
@ -68,7 +68,7 @@ else
|
||||
--multi-optim False \
|
||||
--world-size 4 \
|
||||
--num-epochs 10000 \
|
||||
--num-updates 101 \
|
||||
--num-updates 301 \
|
||||
--save-every-n 50 \
|
||||
--full-libri 1 \
|
||||
--exp-dir ./pruned_transducer_stateless_d2v_v2/$1 \
|
||||
|
||||
@ -8,7 +8,7 @@ for dest in "test-clean" "test-other"; do
|
||||
for spk in $dl_dir/$dest/*; do
|
||||
spk_id=${spk#*$dest\/}
|
||||
echo $spk_id
|
||||
./lora.sh lora_"$spk_id" $spk_id bear
|
||||
./lora.sh lora_long_"$spk_id" $spk_id bear
|
||||
done
|
||||
done
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user