from local

This commit is contained in:
dohe0342 2023-06-09 15:58:44 +09:00
parent 4ffebe3d05
commit ebb4ff7bd2
6 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -37,11 +37,10 @@ else
export CUDA_VISIBLE_DEVICES="0,1,2,3"
#rm ./pruned_transducer_stateless_d2v_v2/$1/.train.done
if [ ! -e ./pruned_transducer_stateless_d2v_v2/$1/.train.done ]; then
./pruned_transducer_stateless_d2v_v2/train_lora.py \
./pruned_transducer_stateless_d2v_v2/train_tta.py \
--num-buckets 2 \
--add-adapter True \
--adapter-lr 0.01 \
--gender male \
--wandb False \
--input-strategy AudioSamples \
--enable-spec-aug False \