new font strategy

This commit is contained in:
Joseph Redmon
2016-11-05 14:09:21 -07:00
parent 352ae7e65b
commit c7a700dc22
113 changed files with 330 additions and 209 deletions

View File

@ -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;