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/convolutional_layer.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/convolutional_layer.h b/src/convolutional_layer.h
index c4de24e..8ca69b1 100644
--- a/src/convolutional_layer.h
+++ b/src/convolutional_layer.h
@@ -6,7 +6,6 @@
 
 typedef struct {
     int h,w,c;
-    int out_h, out_w, out_c;
     int n;
     int size;
     int stride;

--
Gitblit v1.10.0