src/layer.h
@@ -29,6 +29,8 @@ BATCHNORM, NETWORK, XNOR, REGION, REORG, BLANK } LAYER_TYPE; @@ -70,6 +72,7 @@ float saturation; float exposure; float shift; float ratio; int softmax; int classes; int coords; @@ -79,6 +82,8 @@ int does_cost; int joint; int noadjust; int reorg; int log; float alpha; float beta;