checkpoint

This commit is contained in:
Joseph Redmon
2016-06-20 13:18:59 -07:00
parent ab75d5c578
commit e7072b8489
7 changed files with 42 additions and 4 deletions

View File

@ -34,6 +34,7 @@ typedef struct network{
float *scales;
int *steps;
int num_steps;
int burn_in;
int inputs;
int h, w, c;