mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
updates and things
This commit is contained in:
@ -72,6 +72,7 @@ struct layer{
|
||||
float saturation;
|
||||
float exposure;
|
||||
float shift;
|
||||
float ratio;
|
||||
int softmax;
|
||||
int classes;
|
||||
int coords;
|
||||
@ -82,6 +83,7 @@ struct layer{
|
||||
int joint;
|
||||
int noadjust;
|
||||
int reorg;
|
||||
int log;
|
||||
|
||||
float alpha;
|
||||
float beta;
|
||||
|
Reference in New Issue
Block a user