From f8541b3ab13dfc373c0439a98cc5a02db662f32d Mon Sep 17 00:00:00 2001 From: yaozengwei Date: Thu, 16 Jun 2022 22:21:58 +0800 Subject: [PATCH] minor fix --- egs/librispeech/ASR/distillation_with_hubert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/distillation_with_hubert.sh b/egs/librispeech/ASR/distillation_with_hubert.sh index 26f09ce83..4228bbe49 100755 --- a/egs/librispeech/ASR/distillation_with_hubert.sh +++ b/egs/librispeech/ASR/distillation_with_hubert.sh @@ -150,7 +150,7 @@ if [ $stage -le 2 ] && [ $stop_stage -ge 2 ]; then mkdir -p codebook_dir codebook_download_dir=$exp_dir/download_codebook if [ -d $codebook_download_dir ]; then - log "$download_codebook exists, you should remove it first." + log "$codebook_download_dir exists, you should remove it first." exit 1 fi log "Downloading extracted codebook indexes to $codebook_download_dir"