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

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