From e6b3006d1b67f97be70398436fd6cce919897015 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@users.noreply.github.com> Date: Fri, 29 Jul 2016 20:11:41 +0000 Subject: [PATCH] Update LICENSE --- cfg/yolo-coco.cfg | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg/yolo-coco.cfg b/cfg/yolo-coco.cfg index 88438ae..0c13a31 100644 --- a/cfg/yolo-coco.cfg +++ b/cfg/yolo-coco.cfg @@ -1,6 +1,6 @@ [net] -batch=1 -subdivisions=1 +batch=64 +subdivisions=4 height=448 width=448 channels=3 -- Gitblit v1.10.0