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 |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/layer.h b/src/layer.h
index 341e58a..9aff67f 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -94,7 +94,18 @@
     int reorg;
     int log;
 
+    int adam;
+    float B1;
+    float B2;
+    float eps;
+    float *m_gpu;
+    float *v_gpu;
+    int t;
+    float *m;
+    float *v;
+
     tree *softmax_tree;
+    int  *map;
 
     float alpha;
     float beta;
@@ -104,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