from local

This commit is contained in:
dohe0342 2022-12-10 15:59:16 +09:00
parent 41c6225008
commit f082cb05b3
2 changed files with 2 additions and 2 deletions

View File

@ -524,8 +524,8 @@ def get_params() -> AttributeDict:
# parameters for ctc loss # parameters for ctc loss
"beam_size": 10, "beam_size": 10,
"use_double_scores": True, "use_double_scores": True,
"warm_step": 4000, #"warm_step": 4000,
#"warm_step": 3000, "warm_step": 3000,
"env_info": get_env_info(), "env_info": get_env_info(),
} }
) )