From 52a6c30748c0cc115e77e9301ac631dd5fd8954c Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@burninator.cs.washington.edu> Date: Thu, 23 Jun 2016 07:09:36 +0000 Subject: [PATCH] better demo --- 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 0c13a31..88438ae 100644 --- a/cfg/yolo-coco.cfg +++ b/cfg/yolo-coco.cfg @@ -1,6 +1,6 @@ [net] -batch=64 -subdivisions=4 +batch=1 +subdivisions=1 height=448 width=448 channels=3 -- Gitblit v1.10.0