From 32d2c969973aa98635123743f321859192ff581d Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Thu, 09 Jun 2016 22:09:30 +0000
Subject: [PATCH] hiding secret broken things

---
 src/detection_layer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/detection_layer.c b/src/detection_layer.c
index 1adda06..e103b4e 100644
--- a/src/detection_layer.c
+++ b/src/detection_layer.c
@@ -176,7 +176,7 @@
             }
         }
 
-        if(1){
+        if(0){
             float *costs = calloc(l.batch*locations*l.n, sizeof(float));
             for (b = 0; b < l.batch; ++b) {
                 int index = b*l.inputs;

--
Gitblit v1.10.0