AlexeyAB
2018-05-21 a720bf74e233c956e5281871ede722a2c7cf54db
src/yolo_layer.c
@@ -55,7 +55,7 @@
    l.delta_gpu = cuda_make_array(l.delta, batch*l.outputs);
#endif
    fprintf(stderr, "detection\n");
    fprintf(stderr, "yolo\n");
    srand(0);
    return l;