from local

This commit is contained in:
dohe0342 2023-02-03 01:00:17 +09:00
parent 2049ba247d
commit 6932f18676
2 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ def get_params() -> AttributeDict:
"use_feat_batchnorm": True, "use_feat_batchnorm": True,
# parameters for Noam # parameters for Noam
"weight_decay": 1e-5, "weight_decay": 1e-5,
"lr_factor": 5.0, "lr_factor": 3.0,
#"warm_step": 36000, #"warm_step": 36000,
"warm_step": 1000, "warm_step": 1000,
"env_info": get_env_info(), "env_info": get_env_info(),