From 228d3663f871d0e4bdee468572eb80141cb4fe3f Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Sat, 15 Feb 2014 00:09:07 +0000
Subject: [PATCH] Extracting features from VOC with temp filters

---
 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