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;