From 3fc3fd0f1f1924acb7195fe98fe68648e4056a09 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Wed, 28 Mar 2018 23:38:35 +0000
Subject: [PATCH] Fixed training, calculation mAP and anchors for Yolo v3

---
 build/darknet/x64/yolov3.cfg |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build/darknet/x64/yolov3.cfg b/build/darknet/x64/yolov3.cfg
index 5f3ab62..33d9421 100644
--- a/build/darknet/x64/yolov3.cfg
+++ b/build/darknet/x64/yolov3.cfg
@@ -1,10 +1,10 @@
 [net]
 # Testing
-batch=1
-subdivisions=1
+#batch=1
+#subdivisions=1
 # Training
-# batch=64
-# subdivisions=16
+batch=64
+subdivisions=16
 width=416
 height=416
 channels=3

--
Gitblit v1.10.0