forked from mindspore-Ecosystem/mindspore
!9286 add warmup_steps to maskrcnn config
From: @gengdongjie Reviewed-by: @linqingke,@oacjiewen Signed-off-by: @linqingke
This commit is contained in:
commit
7aae952ca3
|
@ -121,7 +121,7 @@ config = ed({
|
||||||
"base_lr": 0.02,
|
"base_lr": 0.02,
|
||||||
"base_step": 58633,
|
"base_step": 58633,
|
||||||
"total_epoch": 13,
|
"total_epoch": 13,
|
||||||
"warmup_mode": "linear",
|
"warmup_step": 500,
|
||||||
"warmup_ratio": 1/3.0,
|
"warmup_ratio": 1/3.0,
|
||||||
"sgd_momentum": 0.9,
|
"sgd_momentum": 0.9,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue