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

# 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.
15
  fuse_conv_bn: False