Example

Example of Default Stride in a Pooling Layer

On a 4×44 \times 4 input, applying a (3, 3) max-pooling layer with the default stride of (3, 3) produces a 1×11 \times 1 output. This output contains the maximum value of the top-left 3×33 \times 3 region, because the pooling window cannot shift further by 33 pixels without exceeding the input boundaries.

0

1

Updated 2026-06-19

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L