From 94641733ce521e5a44f3c9414f9797b77b34a31e Mon Sep 17 00:00:00 2001 From: Alexey Date: Tue, 13 Dec 2016 21:10:19 +0300 Subject: [PATCH] Update Readme.md - How to train with multi-GPU --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 83300818..f0205a58 100644 --- a/README.md +++ b/README.md @@ -130,3 +130,10 @@ If required change pathes in the file `build\darknet\x64\data\voc.data` More information about training by the link: http://pjreddie.com/darknet/yolo/#train-voc +## How to train with multi-GPU: + +1. Train it first on 1 gpu for like 1000 iterations: `darknet.exe detector train data/voc.data yolo-voc.cfg darknet19_448.conv.23` + +2. Then stop and run training with multigpu (up to 4 GPUs): `darknet.exe detector train data/voc.data yolo-voc.cfg darknet19_448.conv.23 -gpus 0,1,2,3` + +https://groups.google.com/d/msg/darknet/NbJqonJBTSY/Te5PfIpuCAAJ