Skip to content

Commit 6ed02d4

Browse files
authored
Merge pull request #117 from Kongsea/master
Modify the description for 3D Pooling of PoolLayer.
2 parents f46e020 + 3acda8a commit 6ed02d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorlayer/layers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2908,7 +2908,7 @@ class PoolLayer(Layer):
29082908
"""
29092909
The :class:`PoolLayer` class is a Pooling layer, you can choose
29102910
``tf.nn.max_pool`` and ``tf.nn.avg_pool`` for 2D or
2911-
``tf.nn.max_pool3d()`` and ``tf.nn.avg_pool3d()`` for 3D.
2911+
``tf.nn.max_pool3d`` and ``tf.nn.avg_pool3d`` for 3D.
29122912
29132913
Parameters
29142914
----------

0 commit comments

Comments
 (0)