Skip to content

Commit

Permalink
Merge pull request #117 from Kongsea/master
Browse files Browse the repository at this point in the history
Modify the description for 3D Pooling of PoolLayer.
  • Loading branch information
zsdonghao authored Mar 26, 2017
2 parents f46e020 + 3acda8a commit 6ed02d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorlayer/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2908,7 +2908,7 @@ class PoolLayer(Layer):
"""
The :class:`PoolLayer` class is a Pooling layer, you can choose
``tf.nn.max_pool`` and ``tf.nn.avg_pool`` for 2D or
``tf.nn.max_pool3d()`` and ``tf.nn.avg_pool3d()`` for 3D.
``tf.nn.max_pool3d`` and ``tf.nn.avg_pool3d`` for 3D.
Parameters
----------
Expand Down

0 comments on commit 6ed02d4

Please sign in to comment.