* fix bug * Update YOLOX-M.yaml * Update YOLOX-N.yaml * Update YOLOX-S.yaml * Update YOLOX-T.yaml * Update YOLOX-X.yaml * Update YOLOv3-DarkNet53.yaml * Update YOLOv3-MobileNetV3.yaml * Update YOLOv3-ResNet50_vd_DCN.yaml
@@ -2,6 +2,7 @@ use_gpu: true
use_xpu: false
use_mlu: false
use_npu: false
+use_ema: True
log_iter: 100
save_dir: output
snapshot_epoch: 10
@@ -147,4 +148,4 @@ 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.
- fuse_conv_bn: False
+ fuse_conv_bn: False
@@ -142,4 +143,4 @@ export:
@@ -141,4 +142,4 @@ export:
log_iter: 20
snapshot_epoch: 5
@@ -149,4 +150,4 @@ export:
@@ -4,7 +4,7 @@ use_gpu: true
-log_iter: 20
snapshot_epoch: 1
print_flops: false
@@ -150,4 +150,4 @@ export:
@@ -4,6 +4,7 @@ use_gpu: true
@@ -151,4 +152,4 @@ export: