AlexeyAB
2018-03-05 ae1768e5831caa95214b93b08ee711aede36df07
src/detection_layer.c
@@ -59,7 +59,7 @@
            for (i = 0; i < locations; ++i) {
                int offset = i*l.classes;
                softmax(l.output + index + offset, l.classes, 1,
                        l.output + index + offset);
                        l.output + index + offset, 1);
            }
        }
    }