Joseph Redmon
2014-02-15 228d3663f871d0e4bdee468572eb80141cb4fe3f
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;