mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
some more stuff
This commit is contained in:
@ -30,6 +30,7 @@ typedef enum {
|
||||
NETWORK,
|
||||
XNOR,
|
||||
REGION,
|
||||
REORG,
|
||||
BLANK
|
||||
} LAYER_TYPE;
|
||||
|
||||
@ -80,6 +81,7 @@ struct layer{
|
||||
int does_cost;
|
||||
int joint;
|
||||
int noadjust;
|
||||
int reorg;
|
||||
|
||||
float alpha;
|
||||
float beta;
|
||||
|
Reference in New Issue
Block a user