You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/25 18:36:52 UTC

[GitHub] eric-haibin-lin commented on a change in pull request #7604: Refactor random linalg contrib namespaces

eric-haibin-lin commented on a change in pull request #7604: Refactor random linalg contrib namespaces
URL: https://github.com/apache/incubator-mxnet/pull/7604#discussion_r135326295
 
 

 ##########
 File path: python/mxnet/gluon/rnn/rnn_layer.py
 ##########
 @@ -301,11 +301,11 @@ class RNN(_RNNLayer):
     --------
     >>> layer = mx.gluon.rnn.RNN(100, 3)
     >>> layer.initialize()
-    >>> input = mx.nd.random_uniform(shape=(5, 3, 10))
+    >>> input = mx.nd.random.uniform(shape=(5, 3, 10))
 
 Review comment:
   Did you check the documentation for sparse namespace last time? I think some are not correct e.g. https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/ndarray/sparse.py#L303
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services