!9286 add warmup_steps to maskrcnn config

From: @gengdongjie
Reviewed-by: @linqingke,@oacjiewen
Signed-off-by: @linqingke
This commit is contained in:
mindspore-ci-bot 2020-12-02 09:23:54 +08:00 committed by Gitee
commit 7aae952ca3
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ config = ed({
"base_lr": 0.02,
"base_step": 58633,
"total_epoch": 13,
"warmup_mode": "linear",
"warmup_step": 500,
"warmup_ratio": 1/3.0,
"sgd_momentum": 0.9,