From 0e610b056dbcd85affa23f64f9f8da4d197f110a Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Thu, 08 Sep 2016 05:46:10 +0000
Subject: [PATCH] and again
---
src/layer.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/layer.h b/src/layer.h
index 18f98c7..5e9dc3a 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -29,6 +29,8 @@
BATCHNORM,
NETWORK,
XNOR,
+ REGION,
+ REORG,
BLANK
} LAYER_TYPE;
@@ -70,6 +72,7 @@
float saturation;
float exposure;
float shift;
+ float ratio;
int softmax;
int classes;
int coords;
@@ -79,6 +82,8 @@
int does_cost;
int joint;
int noadjust;
+ int reorg;
+ int log;
float alpha;
float beta;
--
Gitblit v1.10.0