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;