This commit is contained in:
Joseph Redmon
2016-10-26 08:35:44 -07:00
parent 91f95c715b
commit 352ae7e65b
11 changed files with 114 additions and 26 deletions

View File

@ -37,6 +37,11 @@ typedef struct network{
int num_steps;
int burn_in;
int adam;
float B1;
float B2;
float eps;
int inputs;
int h, w, c;
int max_crop;