runtime.yml 426 字节
Newer Older
Q
qingqing01 已提交
1
use_gpu: true
2
use_xpu: false
Q
qingqing01 已提交
3 4 5
log_iter: 20
save_dir: output
snapshot_epoch: 1
G
Guanghua Yu 已提交
6
print_flops: false
7 8 9 10 11 12

# Exporting the model
export:
  post_process: True  # Whether post-processing is included in the network when export model.
  nms: True           # Whether NMS is included in the network when export model.
  benchmark: False    # It is used to testing model performance, if set `True`, post-process and NMS will not be exported.