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 2e1e42c commit 104eeb3Copy full SHA for 104eeb3
tensorlayer/layers.py
@@ -652,10 +652,7 @@ def __init__(
652
653
654
class AverageEmbeddingInputLayer(Layer):
655
- """:class:`AverageEmbeddingInputlayer` averages over embeddings of inputs.
656
-
657
- :class:`AverageEmbeddingInputlayer` can be used as the input layer
658
- for models like DAN[1] and FastText[2].
+ """The :class:`AverageEmbeddingInputlayer` averages over embeddings of inputs, can be used as the input layer for models like DAN[1] and FastText[2].
659
660
Parameters
661
------------
0 commit comments