From 84cdbaa1f14b4f2ca73b370c6db6a4dc9571fd07 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Sun, 29 Oct 2017 15:34:55 +0000
Subject: [PATCH] Fixed for Linux: detection for batch > 1 and 0x0d at command line

---
 src/layer.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/layer.h b/src/layer.h
index e07ea42..eb480c0 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -67,6 +67,7 @@
     int size;
     int side;
     int stride;
+    int reverse;
     int pad;
     int sqrt;
     int flip;
@@ -101,8 +102,11 @@
     float *m_gpu;
     float *v_gpu;
     int t;
+    float *m;
+    float *v;
 
     tree *softmax_tree;
+    int  *map;
 
     float alpha;
     float beta;
@@ -112,7 +116,11 @@
     float object_scale;
     float noobject_scale;
     float class_scale;
+    int bias_match;
     int random;
+    float thresh;
+    int classfix;
+    int absolute;
 
     int dontload;
     int dontloadscales;

--
Gitblit v1.10.0