diff --git a/egs/librispeech/ASR/lastlayer_all.sh b/egs/librispeech/ASR/lastlayer_all.sh new file mode 100755 index 000000000..5ac3073d5 --- /dev/null +++ b/egs/librispeech/ASR/lastlayer_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 + ./bitfit.sh bitfit_"$spk_id"_v2 $spk_id bear + done +done + +#prompt_tuning_100_rand_"$spk_id" $spk_id $subset diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.last_layer.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.last_layer.py.swp index cdc0676b1..f8c8e6734 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.last_layer.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.last_layer.py.swp differ