From dbdd31ee211fe8b1ac7e93ceadf7b34b8d304f34 Mon Sep 17 00:00:00 2001 From: Roland Singer <roland.singer@desertbit.com> Date: Wed, 22 Aug 2018 11:56:41 +0000 Subject: [PATCH] updated README to include information about learning rate adjustment for multiple GPUs --- cfg/yolov3-tiny.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cfg/yolov3-tiny.cfg b/cfg/yolov3-tiny.cfg index 42c0fcf..cfca3cf 100644 --- a/cfg/yolov3-tiny.cfg +++ b/cfg/yolov3-tiny.cfg @@ -172,7 +172,7 @@ activation=linear [yolo] -mask = 1,2,3 +mask = 0,1,2 anchors = 10,14, 23,27, 37,58, 81,82, 135,169, 344,319 classes=80 num=6 -- Gitblit v1.10.0