Joseph Redmon
2016-03-14 68213b835b9f15cb449ad2037a8b51c17a3de07b
src/layer.h
@@ -22,7 +22,8 @@
    LOCAL,
    SHORTCUT,
    ACTIVE,
    RNN
    RNN,
    CRNN
} LAYER_TYPE;
typedef enum{
@@ -34,6 +35,7 @@
    ACTIVATION activation;
    COST_TYPE cost_type;
    int batch_normalize;
    int shortcut;
    int batch;
    int forced;
    int flipped;
@@ -54,6 +56,7 @@
    int binary;
    int steps;
    int hidden;
    float dot;
    float angle;
    float jitter;
    float saturation;