mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Bug fix
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user