src/layer.h
@@ -15,6 +15,7 @@ ROUTE, COST, NORMALIZATION, REGION, AVGPOOL } LAYER_TYPE; @@ -29,19 +30,23 @@ int batch; int inputs; int outputs; int truths; int h,w,c; int out_h, out_w, out_c; int n; int groups; int size; int side; int stride; int pad; int crop_width; int crop_height; int sqrt; int flip; float angle; float saturation; float exposure; int softmax; int classes; int coords; int background; @@ -59,6 +64,7 @@ float probability; float scale; int *indexes; float *rand; float *cost; @@ -100,4 +106,6 @@ #endif } layer; void free_layer(layer); #endif