From 252e3b1916cfaca0783c9e90efaa55eb07b1a8cd Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Sun, 06 Nov 2016 00:27:31 +0000
Subject: [PATCH] :charizard: :charizard: :charizard:
---
src/layer.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/layer.h b/src/layer.h
index e07ea42..9aff67f 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -101,8 +101,11 @@
float *m_gpu;
float *v_gpu;
int t;
+ float *m;
+ float *v;
tree *softmax_tree;
+ int *map;
float alpha;
float beta;
@@ -112,7 +115,9 @@
float object_scale;
float noobject_scale;
float class_scale;
+ int bias_match;
int random;
+ float thresh;
int dontload;
int dontloadscales;
--
Gitblit v1.10.0