From 0c41868cc815cd4b15fbbbd8aed9156e49a0627a Mon Sep 17 00:00:00 2001 From: Edmond Yoo <hj3yoo@uwaterloo.ca> Date: Fri, 14 Sep 2018 16:36:35 +0000 Subject: [PATCH] config changes --- cfg/tiny_yolo.cfg | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg/tiny_yolo.cfg b/cfg/tiny_yolo.cfg index 468f33b..371ee56 100644 --- a/cfg/tiny_yolo.cfg +++ b/cfg/tiny_yolo.cfg @@ -12,7 +12,7 @@ hue=.1 learning_rate=0.001 -max_batches = 120000 +max_batches = 30000 policy=steps steps=-1,100,80000,100000 scales=.1,10,.1,.1 @@ -119,7 +119,7 @@ bias_match=1 classes=1 coords=4 -num=5 +num=9 softmax=1 jitter=.2 rescore=1 -- Gitblit v1.10.0