idk
Joseph Redmon
2015-09-28 40cc1046395385dd256012810866eba34904f034
src/layer.h
@@ -28,8 +28,10 @@
    ACTIVATION activation;
    COST_TYPE cost_type;
    int batch;
    int forced;
    int inputs;
    int outputs;
    int truths;
    int h,w,c;
    int out_h, out_w, out_c;
    int n;
@@ -40,10 +42,12 @@
    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;
@@ -57,6 +61,11 @@
    float beta;
    float kappa;
    float coord_scale;
    float object_scale;
    float noobject_scale;
    float class_scale;
    int dontload;
    float probability;