from local

This commit is contained in:
dohe0342 2022-12-10 14:13:44 +09:00
parent 66cfc0d2e7
commit 53b8a41c90
2 changed files with 1 additions and 1 deletions

View File

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