Skip to content

Commit 4474453

Browse files
committed
Merge branch 'master' of https://github.com/fchollet/keras
2 parents b2c6681 + b6f81c6 commit 4474453

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

keras/layers/pooling.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ class MaxPooling1D(_Pooling1D):
6161
3D tensor with shape: `(samples, downsampled_steps, features)`.
6262
6363
# Arguments
64-
pool_length: factor by which to downscale. 2 will halve the input.
65-
stride: integer, or None. Stride value.
64+
pool_length: size of the region to which max pooling is applied
65+
stride: integer, or None. factor by which to downscale.
66+
2 will halve the input.
6667
If None, it will default to `pool_length`.
6768
border_mode: 'valid' or 'same'.
6869
Note: 'same' will only work with TensorFlow for the time being.

0 commit comments

Comments
 (0)