mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
so much need to commit
This commit is contained in:
@ -37,6 +37,7 @@ typedef struct network{
|
||||
int inputs;
|
||||
int h, w, c;
|
||||
int max_crop;
|
||||
int min_crop;
|
||||
|
||||
#ifdef GPU
|
||||
float **input_gpu;
|
||||
|
Reference in New Issue
Block a user