diff --git a/egs/librispeech/ASR/bitfit_all.sh b/egs/librispeech/ASR/bitfit_all.sh new file mode 100755 index 000000000..d843b4380 --- /dev/null +++ b/egs/librispeech/ASR/bitfit_all.sh @@ -0,0 +1,15 @@ +#dl_dir=/DB/LibriSpeech_tar/vox +subset=$1 +#dl_dir=/DB/LibriSpeech_tar/$subset +dl_dir=/home/work/workspace/LibriSpeech/vox_v3 + +for dest in "test-clean" "test-other"; do +#for dest in "test-other"; do + for spk in $dl_dir/$dest/*; do + spk_id=${spk#*$dest\/} + echo $spk_id + ./prompt_tuning.sh self_init_$spk_id $spk_id $subset + done +done + +#prompt_tuning_100_rand_"$spk_id" $spk_id $subset diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.bitfit.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.bitfit.py.swp index 6d02f31b4..d31341b0f 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.bitfit.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.bitfit.py.swp differ