You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2018/01/21 01:38:23 UTC

[incubator-mxnet] branch master updated: Fix broken link (#9510)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 20fbda6  Fix broken link (#9510)
20fbda6 is described below

commit 20fbda6c9d15ba903fc6416baa7eecf79ab38f1b
Author: Aston Zhang <as...@amazon.com>
AuthorDate: Sat Jan 20 17:38:18 2018 -0800

    Fix broken link (#9510)
---
 python/mxnet/contrib/text/glossary.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/mxnet/contrib/text/glossary.py b/python/mxnet/contrib/text/glossary.py
index 40f3258..88517e5 100644
--- a/python/mxnet/contrib/text/glossary.py
+++ b/python/mxnet/contrib/text/glossary.py
@@ -40,7 +40,7 @@ class Glossary(embedding.TokenEmbedding):
     ----------
     token_indexer : :class:`~mxnet.contrib.text.indexer.TokenIndexer`
         It contains the indexed tokens to load, where each token is associated with an index.
-    token_embeddings : instance or list of :class:`~TokenEmbedding`
+    token_embeddings : instance or list of :class:`~mxnet.contrib.text.embedding.TokenEmbedding`
         One or multiple pre-trained token embeddings to load. If it is a list of multiple
         embeddings, these embedding vectors will be concatenated for each token.
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].