from local

This commit is contained in:
dohe0342 2023-01-24 16:25:46 +09:00
parent 5426047418
commit 25d4ce5213
2 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,7 @@ def get_params() -> AttributeDict:
# parameters for Noam
"model_warm_step": 3000, # arg given to model, not for lrate
"env_info": get_env_info(),
"group_num": 4,
}
)