AlexeyAB
2018-03-27 d9ae3dd681ed1c98e807ff937dbbb9cfc4d19fe0
src/layer.h
@@ -33,7 +33,9 @@
    NETWORK,
    XNOR,
    REGION,
   YOLO,
    REORG,
   UPSAMPLE,
   REORG_OLD,
    BLANK
} LAYER_TYPE;
@@ -109,6 +111,9 @@
    int noadjust;
    int reorg;
    int log;
   int tanh;
   int *mask;
   int total;
    int adam;
    float B1;
@@ -133,7 +138,10 @@
    float class_scale;
    int bias_match;
    int random;
   float ignore_thresh;
   float truth_thresh;
    float thresh;
   float focus;
    int classfix;
    int absolute;