kobenaxie commented on a change in pull request #10074: Add vocabulary and 
embedding
URL: https://github.com/apache/incubator-mxnet/pull/10074#discussion_r174160853
 
 

 ##########
 File path: python/mxnet/text/embedding.py
 ##########
 @@ -38,8 +38,12 @@
 
 def register(embedding_cls):
     """Registers a new token embedding.
+
+
     Once an embedding is registered, we can create an instance of this 
embedding with
-    :func:`~mxnet.contrib.text.embedding.create`.
+    :func:`~mxnet.text.embedding.create`.
+
+
     Examples
     --------
     >>> @mxnet.contrib.text.embedding.register
 
 Review comment:
   `>>> @mxnet.text.embedding.register`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to