From ee3bdf890c3bc606e516c919de9b2fed0f385845 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Tue, 06 Dec 2016 11:44:05 +0000
Subject: [PATCH] Added coco.data and voc.data

---
 build/darknet/darknet.vcxproj |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/darknet/darknet.vcxproj b/build/darknet/darknet.vcxproj
index 22478a1..3221142 100644
--- a/build/darknet/darknet.vcxproj
+++ b/build/darknet/darknet.vcxproj
@@ -131,8 +131,8 @@
       <OutputFile>$(OutDir)\..\$(TargetName)$(TargetExt)</OutputFile>
     </Link>
     <CudaCompile>
-      <TargetMachinePlatform>32</TargetMachinePlatform>
-      <CodeGeneration>compute_30,sm_30</CodeGeneration>
+      <TargetMachinePlatform>64</TargetMachinePlatform>
+      <CodeGeneration>compute_30,sm_30;compute_52,sm_52</CodeGeneration>
     </CudaCompile>
   </ItemDefinitionGroup>
   <ItemGroup>

--
Gitblit v1.10.0