Joseph Redmon
2014-02-18 43424a343ac6db51e0e5404ec5910dbded31c693
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;