from local

This commit is contained in:
dohe0342 2023-02-02 23:01:24 +09:00
parent ea62c0977b
commit 3858fccb33
3 changed files with 2 additions and 1 deletions

View File

@ -215,7 +215,8 @@ def get_params() -> AttributeDict:
# parameters for Noam
"weight_decay": 1e-5,
"lr_factor": 5.0,
"warm_step": 36000,
#"warm_step": 36000,
"warm_step": 200,
"env_info": get_env_info(),
}
)