revert warpup_steps in maskrcnn config that deleted by mistake

This commit is contained in:
gengdongjie 2020-12-01 14:43:17 +08:00
parent 0e6d06c463
commit 3deed63b56
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,