From da358cf2946090ddec269d7c64a9b75f18f583c8 Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Tue, 06 Dec 2016 12:13:42 +0000
Subject: [PATCH] Update Readme.md - fixed cfg/weights-descriptions
---
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