This commit is contained in:
AlexeyAB
2019-11-16 18:16:37 +03:00
parent 920de66bfa
commit 6e5bdf1282
5 changed files with 1716 additions and 23 deletions

View File

@ -330,6 +330,7 @@ struct layer {
float *weight_updates;
float scale_x_y;
float uc_normalizer;
float iou_normalizer;
float cls_normalizer;
IOU_LOSS iou_loss;