Joseph Redmon
2016-08-05 845ab7579685b6702c92c1088ec11e71bde51f3c
src/network.h
@@ -34,12 +34,15 @@
    float *scales;
    int   *steps;
    int num_steps;
    int burn_in;
    int inputs;
    int h, w, c;
    int max_crop;
    int min_crop;
    int gpu_index;
    #ifdef GPU
    float **input_gpu;
    float **truth_gpu;