mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Compile fix
This commit is contained in:
@ -317,7 +317,7 @@ struct layer {
|
||||
float scale_x_y;
|
||||
float iou_normalizer;
|
||||
float cls_normalizer;
|
||||
int iou_loss;
|
||||
IOU_LOSS iou_loss;
|
||||
|
||||
char *align_bit_weights_gpu;
|
||||
float *mean_arr_gpu;
|
||||
|
Reference in New Issue
Block a user