forked from mindspore-Ecosystem/mindspore
!20471 fix psenet precision deterioration bug
Merge pull request !20471 from zhanghuiyao/fix_psenet_master
This commit is contained in:
commit
764da26116
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue