!20471 fix psenet precision deterioration bug

Merge pull request !20471 from zhanghuiyao/fix_psenet_master
This commit is contained in:
i-robot 2021-07-20 01:21:07 +00:00 committed by Gitee
commit 764da26116
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ BACKBONE_OUT_CHANNELS: [256, 512, 1024, 2048]
NECK_OUT_CHANNEL: 256
# lr
BASE_LR: 1e-3
BASE_LR: 2e-3
TRAIN_TOTAL_ITER: 58000
WARMUP_STEP: 620
WARMUP_RATIO: 1/3