Joseph Redmon
2015-10-09 c40cdeb4021fc1a638969563972f13c9f5e90d74
src/layer.h
@@ -28,6 +28,10 @@
    ACTIVATION activation;
    COST_TYPE cost_type;
    int batch;
    int forced;
    int object_logistic;
    int class_logistic;
    int coord_logistic;
    int inputs;
    int outputs;
    int truths;
@@ -44,6 +48,7 @@
    int sqrt;
    int flip;
    float angle;
    float jitter;
    float saturation;
    float exposure;
    int softmax;
@@ -60,6 +65,11 @@
    float beta;
    float kappa;
    float coord_scale;
    float object_scale;
    float noobject_scale;
    float class_scale;
    int dontload;
    float probability;