mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Max pool layer can use stride=2 or stride_x=2 stride_y=4 (isn't tested well)
This commit is contained in:
@ -208,6 +208,8 @@ struct layer {
|
||||
int size;
|
||||
int side;
|
||||
int stride;
|
||||
int stride_x;
|
||||
int stride_y;
|
||||
int dilation;
|
||||
int maxpool_depth;
|
||||
int out_channels;
|
||||
|
Reference in New Issue
Block a user