from local

This commit is contained in:
dohe0342 2023-05-24 13:04:36 +09:00
parent 0f09e2a643
commit 28bf371f25
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -57,7 +57,7 @@ else
export CUDA_VISIBLE_DEVICES="0,1,2,3" export CUDA_VISIBLE_DEVICES="0,1,2,3"
#rm ./pruned_transducer_stateless_d2v_v2/$1/.train.done #rm ./pruned_transducer_stateless_d2v_v2/$1/.train.done
if [ ! -e ./pruned_transducer_stateless_d2v_v2/$1/.train.done ]; then if [ ! -e ./pruned_transducer_stateless_d2v_v2/$1/.train.done ]; then
./pruned_transducer_stateless_d2v_v2/lora.py \ ./pruned_transducer_stateless_d2v_v2/train_lora.py \
--num-buckets 2 \ --num-buckets 2 \
--add-adapter True \ --add-adapter True \
--adapter-lr 0.01 \ --adapter-lr 0.01 \