from local

This commit is contained in:
dohe0342 2022-12-10 15:28:44 +09:00
parent 69717980dd
commit 6b4cbc2655
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

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