Browse Source

revert warpup_steps in maskrcnn config that deleted by mistake

tags/v1.1.0
gengdongjie 5 years ago
parent
commit
3deed63b56
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      model_zoo/official/cv/maskrcnn/src/config.py

+ 1
- 1
model_zoo/official/cv/maskrcnn/src/config.py 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,



Loading…
Cancel
Save