This commit is contained in:
Joseph Redmon
2016-01-18 15:40:14 -08:00
parent 9802287b58
commit 1578ec70d7
33 changed files with 849 additions and 174 deletions

View File

@ -20,7 +20,8 @@ typedef enum {
NORMALIZATION,
AVGPOOL,
LOCAL,
SHORTCUT
SHORTCUT,
ACTIVE
} LAYER_TYPE;
typedef enum{
@ -46,8 +47,6 @@ struct layer{
int side;
int stride;
int pad;
int crop_width;
int crop_height;
int sqrt;
int flip;
int index;