s2anet_1x_spine.yml 571 字节
Newer Older
1
_BASE_: [
W
wangxinxin08 已提交
2 3
  '../../datasets/spine_coco.yml',
  '../../runtime.yml',
4 5 6 7 8 9
  '_base_/s2anet_optimizer_1x.yml',
  '_base_/s2anet.yml',
  '_base_/s2anet_reader.yml',
]

weights: output/s2anet_1x_spine/model_final
W
wangxinxin08 已提交
10
pretrain_weights: https://paddledet.bj.bcebos.com/models/s2anet_alignconv_2x_dota.pdparams
11

W
wangxinxin08 已提交
12
# for 4 card
13
LearningRate:
C
cnn 已提交
14
  base_lr: 0.01
W
wangxinxin08 已提交
15 16 17 18 19 20 21
  schedulers:
  - !PiecewiseDecay
    gamma: 0.1
    milestones: [7, 10]
  - !LinearWarmup
    start_factor: 0.3333333333333333
    epochs: 5
22 23

S2ANetHead:
C
cnn 已提交
24 25
  reg_loss_weight: [1.0, 1.0, 1.0, 1.0, 1.05]
  cls_loss_weight: [1.05, 1.0]