Skip to content

Commit 41c388d

Browse files
committed
Update docstring for AverageEmbeddingInputLayer
1 parent d82731e commit 41c388d

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
@@ -659,7 +659,7 @@ class AverageEmbeddingInputLayer(Layer):
659659
660660
Parameters
661661
------------
662-
inputs : input placeholder or tensor; zeros are paddings
662+
inputs : input placeholder or tensor
663663
vocabulary_size : an integer, the size of vocabulary
664664
embedding_size : an integer, the dimension of embedding vectors
665665
pad_value : an integer, the scalar pad value used in inputs

0 commit comments

Comments
 (0)