src/layer.h
@@ -67,6 +67,7 @@ int size; int side; int stride; int reverse; int pad; int sqrt; int flip; @@ -101,8 +102,11 @@ float *m_gpu; float *v_gpu; int t; float *m; float *v; tree *softmax_tree; int *map; float alpha; float beta; @@ -112,7 +116,11 @@ float object_scale; float noobject_scale; float class_scale; int bias_match; int random; float thresh; int classfix; int absolute; int dontload; int dontloadscales;