runtime.yml 426 B

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