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 fb1901e commit 37899b3Copy full SHA for 37899b3
tensorlayer/layers.py
@@ -423,9 +423,8 @@ class EmbeddingInputlayer(Layer):
423
for Word Embedding. Words are input as integer index.
424
The output is the embedded word vector.
425
426
- This class can not be used to train a word embedding matrix, so you should
427
- assign a trained matrix into it. To train a word embedding matrix, you can used
428
- class:`Word2vecEmbeddingInputlayer`.
+ If you have a pre-train matrix, you can assign the matrix into it.
+ To train a word embedding matrix, you can used class:`Word2vecEmbeddingInputlayer`.
429
430
Note that, do not update this embedding matrix.
431
0 commit comments