Joseph Redmon
2014-02-24 5920e0a1fff7990d84eacf37aebd36d8ca25e560
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;