From 6968d3d0574e346ae5d14b16d0a644ff1894659f Mon Sep 17 00:00:00 2001
From: SpeedProg <speedprog@googlemail.com>
Date: Fri, 06 Sep 2019 17:31:44 +0000
Subject: [PATCH] made set hash be 64 bit instead of same as full card hash

---
 cfg/tiny_yolo.cfg |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cfg/tiny_yolo.cfg b/cfg/tiny_yolo.cfg
index afc5564..a039e57 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 = 50000
 policy=steps
 steps=-1,100,80000,100000
 scales=.1,10,.1,.1
@@ -111,15 +111,15 @@
 size=1
 stride=1
 pad=1
-filters=30
+filters=54
 activation=linear
 
 [region]
-anchors = 0.738768,0.874946,  2.42204,2.65704,  4.30971,7.04493,  10.246,4.59428,  12.6868,11.8741
+anchors = 118.5833,137.6176, 95.9314,181.2641, 140.8155,166.6721, 113.2913,220.6833, 128.8767,197.7804, 158.9573,196.7482, 138.7983,242.8474, 167.2494,227.1953, 165.0362,253.8635
 bias_match=1
 classes=1
 coords=4
-num=5
+num=9
 softmax=1
 jitter=.2
 rescore=1

--
Gitblit v1.10.0