From bc902b277e9131cc169751056786de5393da737d Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 24 Feb 2014 20:21:31 +0000
Subject: [PATCH] Imagenet Features\!
---
src/connected_layer.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/connected_layer.h b/src/connected_layer.h
index ce0181d..4b17c59 100644
--- a/src/connected_layer.h
+++ b/src/connected_layer.h
@@ -12,6 +12,9 @@
float *weight_updates;
float *bias_updates;
+ float *weight_adapt;
+ float *bias_adapt;
+
float *weight_momentum;
float *bias_momentum;
--
Gitblit v1.10.0