from local

This commit is contained in:
dohe0342 2023-02-03 00:59:38 +09:00
parent 74dfa4f0b8
commit 91ccefda49
2 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ def get_params() -> AttributeDict:
"weight_decay": 1e-5, "weight_decay": 1e-5,
"lr_factor": 5.0, "lr_factor": 5.0,
#"warm_step": 36000, #"warm_step": 36000,
"warm_step": 200, "warm_step": 1000,
"env_info": get_env_info(), "env_info": get_env_info(),
} }
) )