Joseph Redmon
2014-02-19 2c6d4ba1d5cffd26c5c9527175d565a81226e18d
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;