from local

This commit is contained in:
dohe0342 2022-12-30 16:39:18 +09:00
parent 0408021876
commit eb5aac28f1
3 changed files with 2 additions and 1 deletions

View File

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