add option parser

This commit is contained in:
marcoyang 2023-09-25 15:33:54 +08:00
parent 97f9b9c33b
commit 9aaa187609

View File

@ -56,6 +56,8 @@ use_extracted_codebook=True
# "hubert_xtralarge_ll60k" -> pretrained model without fintuing
teacher_model_id=hubert_xtralarge_ll60k_finetune_ls960
. shared/parse_options.sh || exit 1
log() {
# This function is from espnet
local fname=${BASH_SOURCE[1]##*/}