ppyoloe_l_qat_dis.yaml 624 字节
Newer Older
1

2 3
Global:
  reader_config: configs/yolo_reader.yml
4
  input_list: ['image', 'scale_factor']
5
  Evaluation: True
C
ceci3 已提交
6
  model_dir: ./ppyoloe_crn_l_300e_coco
7 8 9
  model_filename: model.pdmodel
  params_filename: model.pdiparams

10
Distillation:
11
  alpha: 1.0
G
Guanghua Yu 已提交
12
  loss: soft_label
13

14
Quantization:
15
  use_pact: true
16
  activation_quantize_type: 'moving_average_abs_max'
17 18 19
  quantize_op_types:
  - conv2d
  - depthwise_conv2d
20

21
TrainConfig:
G
Guanghua Yu 已提交
22
  train_iter: 5000
23
  eval_iter: 1000
24 25 26
  learning_rate:  
    type: CosineAnnealingDecay
    learning_rate: 0.00003
G
Guanghua Yu 已提交
27
    T_max: 6000
C
ceci3 已提交
28 29 30
  optimizer_builder:
    optimizer: 
      type: SGD
31 32
    weight_decay: 4.0e-05