diff --git a/egs/tedlium3/ASR/.lora.sh.swp b/egs/tedlium3/ASR/.lora.sh.swp new file mode 100644 index 000000000..378dbc47d Binary files /dev/null and b/egs/tedlium3/ASR/.lora.sh.swp differ diff --git a/egs/tedlium3/ASR/lora.sh b/egs/tedlium3/ASR/lora.sh index 8396b9a6b..f29feefc4 100755 --- a/egs/tedlium3/ASR/lora.sh +++ b/egs/tedlium3/ASR/lora.sh @@ -30,29 +30,9 @@ if [ $workstation = "whale" ]; then --prune-range 10 \ --prompt True \ --spk-id $2 - #touch ./pruned_transducer_stateless_d2v_v2/$1/.train.done + touch ./pruned_transducer_stateless_d2v_v2/$1/.train.done fi -# ./pruned_transducer_stateless_d2v_v2/train_adapter.py \ -# --add-adapter True \ -# --adapter-lr 0.001 \ -# --gender female -# --wandb False \ -# --input-strategy AudioSamples \ -# --enable-spec-aug False \ -# --multi-optim False \ -# --world-size 8 \ -# --num-epochs 10 \ -# --full-libri 1 \ -# --exp-dir ./pruned_transducer_stateless_d2v_v2/$1 \ -# --max-duration 200 \ -# --use-fp16 0 \ -# --encoder-type d2v \ -# --additional-block True \ -# --encoder-dim 768 \ -# --decoder-dim 768 \ -# --joiner-dim 768 \ -# --prune-range 10 else export CUDA_VISIBLE_DEVICES="0,1,2,3" #rm ./pruned_transducer_stateless_d2v_v2/$1/.train.done @@ -87,32 +67,3 @@ else #touch ./pruned_transducer_stateless_d2v_v2/$1/.train.done fi fi - -#else -# export CUDA_VISIBLE_DEVICES="0,1,2,3" -# ./pruned_transducer_stateless_d2v_v2/train_adapter.py \ -# --num-buckets 2 \ -# --add-adapter True \ -# --adapter-lr 0.02472 \ -# --wandb False \ -# --input-strategy AudioSamples \ -# --enable-spec-aug False \ -# --multi-optim False \ -# --world-size 4 \ -# --num-epochs 31 \ -# --full-libri 1 \ -# --exp-dir ./pruned_transducer_stateless_d2v_v2/$1 \ -# --max-duration 150 \ -# --encoder-dim 768 \ -# --decoder-dim 768 \ -# --joiner-dim 768 \ -# --use-fp16 0 \ -# --accum-grads 4 \ -# --encoder-type d2v \ -# --additional-block True \ -# --prune-range 10 \ -# --ctc-loss-scale 0.1924 \ -# --lm-scale 0.1254 \ -# --simple-loss-scale 0.2869 \ -# --spk-id $2 -#fi