diff --git a/egs/librispeech/ASR/.distillation_with_hubert.sh.swp b/egs/librispeech/ASR/.distillation_with_hubert.sh.swp index 1043d6a65..13f3d2988 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 96849fff9..6c737ea7b 100755 --- a/egs/librispeech/ASR/distillation_with_hubert.sh +++ b/egs/librispeech/ASR/distillation_with_hubert.sh @@ -23,7 +23,7 @@ # To start from scratch, you can # set stage=0, stop_stage=4, use_extracted_codebook=False -stage=1 +stage=2 stop_stage=4 export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"