stuff and things

This commit is contained in:
Joseph Redmon
2016-11-07 23:42:19 -08:00
parent 252e3b1916
commit 4b60afcc64
5 changed files with 76 additions and 39 deletions

View File

@ -67,6 +67,7 @@ struct layer{
int size;
int side;
int stride;
int reverse;
int pad;
int sqrt;
int flip;
@ -118,6 +119,7 @@ struct layer{
int bias_match;
int random;
float thresh;
int classfix;
int dontload;
int dontloadscales;