Joseph Redmon
2015-09-23 f996bd59a61338d8d51e2b19482d684f6dd04d0f
src/layer.h
@@ -30,19 +30,23 @@
    int batch;
    int inputs;
    int outputs;
    int truths;
    int h,w,c;
    int out_h, out_w, out_c;
    int n;
    int groups;
    int size;
    int side;
    int stride;
    int pad;
    int crop_width;
    int crop_height;
    int sqrt;
    int flip;
    float angle;
    float saturation;
    float exposure;
    int softmax;
    int classes;
    int coords;
    int background;
@@ -56,10 +60,16 @@
    float beta;
    float kappa;
    float coord_scale;
    float object_scale;
    float noobject_scale;
    float class_scale;
    int dontload;
    float probability;
    float scale;
    int *indexes;
    float *rand;
    float *cost;
@@ -101,4 +111,6 @@
    #endif
} layer;
void free_layer(layer);
#endif