From 86e6cb6278041492ce2281f7ed8d8dcea37e50c7 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@users.noreply.github.com>
Date: Wed, 05 Aug 2015 23:56:24 +0000
Subject: [PATCH] Update README.md
---
src/layer.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/layer.h b/src/layer.h
index 82bb97a..29abec0 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -14,7 +14,8 @@
CROP,
ROUTE,
COST,
- NORMALIZATION
+ NORMALIZATION,
+ AVGPOOL
} LAYER_TYPE;
typedef enum{
@@ -48,6 +49,7 @@
int objectness;
int does_cost;
int joint;
+ int noadjust;
float alpha;
float beta;
--
Gitblit v1.10.0