diff --git a/egs/librispeech/ASR/.distillation_with_hubert.sh.swp b/egs/librispeech/ASR/.distillation_with_hubert.sh.swp index 53101b0bc..1043d6a65 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 791ee91ec..96849fff9 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=3 +stage=1 stop_stage=4 export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"