Learn Before
Example
Example of Default Stride in a Pooling Layer
On a input, applying a (3, 3) max-pooling layer with the default stride of (3, 3) produces a output. This output contains the maximum value of the top-left region, because the pooling window cannot shift further by pixels without exceeding the input boundaries.
0
1
Updated 2026-06-19
Tags
D2L
Dive into Deep Learning @ D2L