from local

This commit is contained in:
dohe0342 2023-01-10 01:25:58 +09:00
parent ef3f177e84
commit 74c4d13cb0
2 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,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": 1000, # arg given to model, not for lrate
"env_info": get_env_info(),
}
)