some more stuff

This commit is contained in:
Joseph Redmon
2016-08-05 15:27:07 -07:00
parent 9361292c42
commit 845ab75796
26 changed files with 1589 additions and 156 deletions

View File

@ -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;