AlexeyAB
2018-05-08 e96401774bb5701707d0658098391d39365468fe
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;