From 47528e37cf29e0f9da6885213e5aee044bed84ef Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Wed, 15 Apr 2015 08:04:38 +0000 Subject: [PATCH] crop layer scaling and trans on cpu --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 63cb621..0e185f7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -GPU=1 +GPU=0 DEBUG=0 ARCH= -arch=sm_52 -- Gitblit v1.10.0