From 15e86996d62e90bbd474040ac70b510bf3842ae7 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 24 Feb 2014 21:04:11 +0000
Subject: [PATCH] Merge branch 'master' of pjreddie.com:jnet
---
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