Joseph Redmon
2014-03-01 1b5e6d8855064e5d990bd73f1f3a0aa00cbdfb4c
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;