From b8eb8b0a4016232c8da95c26501ac60ea9491901 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Fri, 02 Sep 2016 00:26:12 +0000
Subject: [PATCH] Merge branch 'master' of github.com:pjreddie/darknet
---
src/layer.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/layer.h b/src/layer.h
index 10d64e5..5e9dc3a 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -72,6 +72,7 @@
float saturation;
float exposure;
float shift;
+ float ratio;
int softmax;
int classes;
int coords;
@@ -82,6 +83,7 @@
int joint;
int noadjust;
int reorg;
+ int log;
float alpha;
float beta;
--
Gitblit v1.10.0