from local

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

View File

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