mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Fixing up maxpool layer
This commit is contained in:
@ -8,7 +8,7 @@ typedef struct {
|
||||
int h,w,c;
|
||||
int stride;
|
||||
int size;
|
||||
int *max_indexes;
|
||||
int *indexes;
|
||||
float *delta;
|
||||
float *output;
|
||||
} maxpool_layer;
|
||||
|
Reference in New Issue
Block a user