From 08c7cf9c88befd845f00c00d85e40a9eead4b1b3 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Sun, 19 Jun 2016 21:28:15 +0000
Subject: [PATCH] no mean on input binarization

---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 03be143..28a0d17 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 OPENCV=0
 DEBUG=0
 
-ARCH= --gpu-architecture=compute_20 --gpu-code=compute_20 
+ARCH= --gpu-architecture=compute_52 --gpu-code=compute_52 
 
 VPATH=./src/
 EXEC=darknet

--
Gitblit v1.10.0