From 75a25c5e60784ac4a87950e2b1c2b506f4d7b17b Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Thu, 29 Jun 2017 17:52:42 +0000
Subject: [PATCH] For the console-app that uses DLL changed: MT-Debug-DLL (/MDd) to MT-DLL (/MD)
---
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