This commit is contained in:
Joseph Redmon
2015-11-09 11:31:39 -08:00
parent 8fd18add6e
commit 8c5364f585
18 changed files with 412 additions and 1672 deletions

View File

@ -15,7 +15,6 @@ typedef enum {
ROUTE,
COST,
NORMALIZATION,
REGION,
AVGPOOL
} LAYER_TYPE;
@ -30,9 +29,6 @@ typedef struct {
int batch_normalize;
int batch;
int forced;
int object_logistic;
int class_logistic;
int coord_logistic;
int inputs;
int outputs;
int truths;