mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
new font strategy
This commit is contained in:
@ -101,8 +101,11 @@ struct layer{
|
||||
float *m_gpu;
|
||||
float *v_gpu;
|
||||
int t;
|
||||
float *m;
|
||||
float *v;
|
||||
|
||||
tree *softmax_tree;
|
||||
int *map;
|
||||
|
||||
float alpha;
|
||||
float beta;
|
||||
@ -112,6 +115,7 @@ struct layer{
|
||||
float object_scale;
|
||||
float noobject_scale;
|
||||
float class_scale;
|
||||
int bias_match;
|
||||
int random;
|
||||
|
||||
int dontload;
|
||||
|
Reference in New Issue
Block a user