From c40cdeb4021fc1a638969563972f13c9f5e90d74 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Fri, 09 Oct 2015 19:50:43 +0000
Subject: [PATCH] lots of comparator stuff
---
src/layer.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/layer.h b/src/layer.h
index d13cdbf..49f144d 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -28,6 +28,10 @@
ACTIVATION activation;
COST_TYPE cost_type;
int batch;
+ int forced;
+ int object_logistic;
+ int class_logistic;
+ int coord_logistic;
int inputs;
int outputs;
int truths;
@@ -44,6 +48,7 @@
int sqrt;
int flip;
float angle;
+ float jitter;
float saturation;
float exposure;
int softmax;
--
Gitblit v1.10.0