runtime.yml 483 B

123456789101112131415
  1. use_gpu: true
  2. use_xpu: false
  3. use_mlu: false
  4. log_iter: 20
  5. save_dir: output
  6. snapshot_epoch: 1
  7. print_flops: false
  8. print_params: false
  9. # Exporting the model
  10. export:
  11. post_process: True # Whether post-processing is included in the network when export model.
  12. nms: True # Whether NMS is included in the network when export model.
  13. benchmark: False # It is used to testing model performance, if set `True`, post-process and NMS will not be exported.
  14. fuse_conv_bn: False