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.
1 parent 638d84e commit 3acda8aCopy full SHA for 3acda8a
tensorlayer/layers.py
@@ -2906,7 +2906,7 @@ class PoolLayer(Layer):
2906
"""
2907
The :class:`PoolLayer` class is a Pooling layer, you can choose
2908
``tf.nn.max_pool`` and ``tf.nn.avg_pool`` for 2D or
2909
- ``tf.nn.max_pool3d()`` and ``tf.nn.avg_pool3d()`` for 3D.
+ ``tf.nn.max_pool3d`` and ``tf.nn.avg_pool3d`` for 3D.
2910
2911
Parameters
2912
----------
0 commit comments