mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
ebaf4fb814
commit
04a98deb2d
Binary file not shown.
@ -89,7 +89,7 @@ if [ $stage -le 0 ] && [ $stop_stage -ge 0 ] && [ ! "$use_extracted_codebook" ==
|
|||||||
|
|
||||||
log "Download HuBERT model."
|
log "Download HuBERT model."
|
||||||
# Parameters about model.
|
# Parameters about model.
|
||||||
hubert_model_dir=${exp_dir}/hubert_models
|
hubert_model_dir=${exp_dir}/../hubert_models
|
||||||
hubert_model=${hubert_model_dir}/${teacher_model_id}.pt
|
hubert_model=${hubert_model_dir}/${teacher_model_id}.pt
|
||||||
mkdir -p ${hubert_model_dir}
|
mkdir -p ${hubert_model_dir}
|
||||||
# For more models refer to: https://github.com/pytorch/fairseq/tree/main/examples/hubert
|
# For more models refer to: https://github.com/pytorch/fairseq/tree/main/examples/hubert
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user