Joseph Redmon
2016-02-29 16d06ec0db241261d0d030722e440206ed8aad77
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;