Joseph Redmon
2016-03-16 67794a52a1ca19275f186dbc21cb45c1a45d6b92
src/layer.h
@@ -22,7 +22,8 @@
    LOCAL,
    SHORTCUT,
    ACTIVE,
    RNN
    RNN,
    CRNN
} LAYER_TYPE;
typedef enum{
@@ -55,6 +56,7 @@
    int binary;
    int steps;
    int hidden;
    float dot;
    float angle;
    float jitter;
    float saturation;
@@ -90,6 +92,7 @@
    float *rand;
    float *cost;
    float *filters;
    char  *cfilters;
    float *filter_updates;
    float *state;