We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2c6681 + b6f81c6 commit 4474453Copy full SHA for 4474453
keras/layers/pooling.py
@@ -61,8 +61,9 @@ class MaxPooling1D(_Pooling1D):
61
3D tensor with shape: `(samples, downsampled_steps, features)`.
62
63
# Arguments
64
- pool_length: factor by which to downscale. 2 will halve the input.
65
- stride: integer, or None. Stride value.
+ pool_length: size of the region to which max pooling is applied
+ stride: integer, or None. factor by which to downscale.
66
+ 2 will halve the input.
67
If None, it will default to `pool_length`.
68
border_mode: 'valid' or 'same'.
69
Note: 'same' will only work with TensorFlow for the time being.
0 commit comments