picodet_s_qat_dis.yaml 636 字节
Newer Older
1 2
Global:
  reader_config: ./configs/picodet_reader.yml
G
Guanghua Yu 已提交
3
  include_nms: True
4 5 6 7 8 9 10 11 12
  Evaluation: True
  model_dir: ./picodet_s_416_coco_npu/
  model_filename: model.pdmodel
  params_filename: model.pdiparams

Distillation:
  alpha: 1.0
  loss: l2

G
Guanghua Yu 已提交
13
QuantAware:
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
  use_pact: true
  activation_quantize_type: 'moving_average_abs_max'
  weight_bits: 8
  activation_bits: 8
  quantize_op_types:
  - conv2d
  - depthwise_conv2d

TrainConfig:
  train_iter: 8000
  eval_iter: 1000
  learning_rate:  
    type: CosineAnnealingDecay
    learning_rate: 0.00001
    T_max: 8000
  optimizer_builder:
    optimizer:
      type: SGD
    weight_decay: 4.0e-05