from local

This commit is contained in:
dohe0342 2023-01-08 19:18:57 +09:00
parent 0dafe1c194
commit b2b3ecdcb7
2 changed files with 1 additions and 1 deletions

View File

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