so much need to commit

This commit is contained in:
Joseph Redmon
2016-05-06 16:25:16 -07:00
parent 0dff437a69
commit c7b10ceadb
37 changed files with 1502 additions and 438 deletions

View File

@ -37,6 +37,7 @@ typedef struct network{
int inputs;
int h, w, c;
int max_crop;
int min_crop;
#ifdef GPU
float **input_gpu;