from local

This commit is contained in:
dohe0342 2023-01-09 13:06:41 +09:00
parent 1311263020
commit 7aa459a8f8
3 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ def get_params() -> AttributeDict:
"feature_dim": 80,
"subsampling_factor": 4,
# parameters for Noam
"model_warm_step": 2000, # arg given to model, not for lrate
"model_warm_step": 3000, # arg given to model, not for lrate
"env_info": get_env_info(),
}
)