From 8436251a05ec0cfa906089ee022db17498e6f65f Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Tue, 21 Aug 2018 17:44:18 +0000 Subject: [PATCH] maxpool_layer on CPU uses AVX2 and OpenMP --- build/darknet/x64/yolov3.cfg | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/darknet/x64/yolov3.cfg b/build/darknet/x64/yolov3.cfg index 33d9421..b2dd2b8 100644 --- a/build/darknet/x64/yolov3.cfg +++ b/build/darknet/x64/yolov3.cfg @@ -610,7 +610,7 @@ classes=80 num=9 jitter=.3 -ignore_thresh = .5 +ignore_thresh = .7 truth_thresh = 1 random=1 @@ -696,7 +696,7 @@ classes=80 num=9 jitter=.3 -ignore_thresh = .5 +ignore_thresh = .7 truth_thresh = 1 random=1 @@ -783,7 +783,7 @@ classes=80 num=9 jitter=.3 -ignore_thresh = .5 +ignore_thresh = .7 truth_thresh = 1 random=1 -- Gitblit v1.10.0