From 35b9c3d0e761afa4ae2d900c818e399c0d4e73d4 Mon Sep 17 00:00:00 2001
From: Alexey <AlexeyAB@users.noreply.github.com>
Date: Thu, 07 Jun 2018 11:15:10 +0000
Subject: [PATCH] Update Readme.md
---
README.md | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
index 7cf0b77..541f799 100644
--- a/README.md
+++ b/README.md
@@ -159,6 +159,8 @@
5. If you have GPU with Tensor Cores (nVidia Titan V / Tesla V100 / DGX-2 and later) speedup Detection 3x, Training 2x:
`\darknet.sln` -> (right click on project) -> properties -> C/C++ -> Preprocessor -> Preprocessor Definitions, and add here: `CUDNN_HALF;`
+
+ **Note:** CUDA must be installed only after that MSVS2015 had been installed.
### How to compile (custom):
--
Gitblit v1.10.0