Joseph Redmon
2015-08-17 3a99b8151f6a002353691b1254b395eb52effefa
src/detection_layer.c
@@ -204,6 +204,7 @@
    backward_detection_layer(l, cpu_state);
    cuda_push_array(state.delta, delta_cpu, l.batch*l.inputs);
    if (truth_cpu) free(truth_cpu);
    free(in_cpu);
    free(delta_cpu);
}