Max pool layer can use stride=2 or stride_x=2 stride_y=4 (isn't tested well)

This commit is contained in:
AlexeyAB
2019-08-27 14:04:39 +03:00
parent 35346d2ef8
commit 8d80a65288
6 changed files with 47 additions and 34 deletions

View File

@ -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;