Joseph Redmon
2014-10-14 7756cccb793bb4950c241f2804195ea859d1b407
src/softmax_layer.h
@@ -6,6 +6,7 @@
    int batch;
    float *delta;
    float *output;
    float *jacobian;
} softmax_layer;
softmax_layer *make_softmax_layer(int batch, int inputs);