From 8bcdee86585f496afe1a8a38d608ea0504a11243 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Tue, 01 Sep 2015 18:22:03 +0000
Subject: [PATCH] Some bug fixes, random stuff

---
 cfg/darknet.cfg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cfg/darknet.cfg b/cfg/darknet.cfg
index 2a99279..2e0a624 100644
--- a/cfg/darknet.cfg
+++ b/cfg/darknet.cfg
@@ -1,6 +1,6 @@
 [net]
 batch=128
-subdivisions=1
+subdivisions=32
 height=256
 width=256
 channels=3

--
Gitblit v1.10.0