from local

This commit is contained in:
dohe0342 2022-12-23 14:22:38 +09:00
parent a9fe86e849
commit 61df348d45
2 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ full_libri=False
# "True" -> stage 0 and stage 1 would be skipped,
# and directly download the extracted codebook indexes for distillation
# "False" -> start from scratch
use_extracted_codebook=True
use_extracted_codebook=False
# teacher_model_id can be one of
# "hubert_xtralarge_ll60k_finetune_ls960" -> fine-tuned model, it is the one we currently use.