diff --git a/egs/librispeech/ASR/codebook_index_extraction.sh b/egs/librispeech/ASR/codebook_index_extraction.sh index 9e5e477e5..383573552 100644 --- a/egs/librispeech/ASR/codebook_index_extraction.sh +++ b/egs/librispeech/ASR/codebook_index_extraction.sh @@ -13,6 +13,13 @@ bytes_per_frame=8 enable_refine=True if [ $stage -eq -1 ]; then + # Preparation state. + + # Install fairseq according to: + # https://github.com/pytorch/fairseq + # when testing this code: + # commit 806855bf660ea748ed7ffb42fe8dcc881ca3aca0 is used + echo "Download hubert model." mkdir -p ${hubert_model_dir} # For more models refer to: https://github.com/pytorch/fairseq/tree/main/examples/hubert