mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
lots of comparator stuff
This commit is contained in:
@ -29,6 +29,9 @@ typedef struct {
|
||||
COST_TYPE cost_type;
|
||||
int batch;
|
||||
int forced;
|
||||
int object_logistic;
|
||||
int class_logistic;
|
||||
int coord_logistic;
|
||||
int inputs;
|
||||
int outputs;
|
||||
int truths;
|
||||
@ -45,6 +48,7 @@ typedef struct {
|
||||
int sqrt;
|
||||
int flip;
|
||||
float angle;
|
||||
float jitter;
|
||||
float saturation;
|
||||
float exposure;
|
||||
int softmax;
|
||||
|
Reference in New Issue
Block a user