From db73dc9027214a936e860500537f5211c46d8d11 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Thu, 19 Oct 2017 20:17:06 +0000 Subject: [PATCH] CircleCI: compile with CUDA 9.0 and cuDNN 7 --- README.md | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index b79cd21..11d8565 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Yolo-v2 Windows and Linux version +[](https://circleci.com/gh/AlexeyAB/darknet) + 1. [How to use](#how-to-use) 2. [How to compile on Linux](#how-to-compile-on-linux) 3. [How to compile on Windows](#how-to-compile-on-windows) @@ -202,7 +204,7 @@ 1. Train it first on 1 GPU for like 1000 iterations: `darknet.exe detector train data/voc.data yolo-voc.2.0.cfg darknet19_448.conv.23` -2. Then stop and by using partially-trained model `/backup/yolo-voc_1000.weights` run training with multigpu (up to 4 GPUs): `darknet.exe detector train data/voc.data yolo-voc.2.0.cfg yolo-voc_1000.weights -gpus 0,1,2,3` +2. Then stop and by using partially-trained model `/backup/yolo-voc_1000.weights` run training with multigpu (up to 4 GPUs): `darknet.exe detector train data/voc.data yolo-voc.2.0.cfg /backup/yolo-voc_1000.weights -gpus 0,1,2,3` https://groups.google.com/d/msg/darknet/NbJqonJBTSY/Te5PfIpuCAAJ -- Gitblit v1.10.0