diff --git a/egs/librispeech/ASR/.distillation_with_hubert.sh.swp b/egs/librispeech/ASR/.distillation_with_hubert.sh.swp index 70db95017..ef7da9b36 100644 Binary files a/egs/librispeech/ASR/.distillation_with_hubert.sh.swp and b/egs/librispeech/ASR/.distillation_with_hubert.sh.swp differ diff --git a/egs/librispeech/ASR/distillation_with_hubert.sh b/egs/librispeech/ASR/distillation_with_hubert.sh index fb8aa1634..2aff2efcd 100755 --- a/egs/librispeech/ASR/distillation_with_hubert.sh +++ b/egs/librispeech/ASR/distillation_with_hubert.sh @@ -146,7 +146,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then exit 1 fi mkdir -p $exp_dir/vq - codebook_dir=$exp_dir/../vq/$teacher_model_id + codebook_dir=$exp_dir/vq/$teacher_model_id mkdir -p codebook_dir codebook_download_dir=$exp_dir/download_codebook if [ -d $codebook_download_dir ]; then