Joseph Redmon
2016-03-16 cff59ba1353b79ec3b69059ce1b4f191540616fd
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;
@@ -89,6 +92,7 @@
    float *rand;
    float *cost;
    float *filters;
    char  *cfilters;
    float *filter_updates;
    float *state;