Skip to content

Commit 416f75a

Browse files
committed
typo of unstack layer
1 parent 92c20b8 commit 416f75a

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
@@ -6305,7 +6305,7 @@ def UnStackLayer(
63056305
axis = 0,
63066306
name ='unstack',):
63076307
"""
6308-
The `UnStackLayer` is layer for unstacking the given dimension of a rank-R tensor into rank-(R-1) tensors., see `tf.unstack() <https://www.tensorflow.org/api_docs/python/tf/unstack>`_.
6308+
The :class:`UnStackLayer` is layer for unstacking the given dimension of a rank-R tensor into rank-(R-1) tensors., see `tf.unstack() <https://www.tensorflow.org/api_docs/python/tf/unstack>`_.
63096309
63106310
Parameters
63116311
----------

0 commit comments

Comments
 (0)