Tommliu edited a comment on issue #18254:
URL: 
https://github.com/apache/incubator-mxnet/issues/18254#issuecomment-626506371


   In deepnumpy, we don't support the array_like input for np.random.uniform. 
It is different from the official numpy. You can refer from the docs 
(mx.np.random.uniform)
   
   > ----------
       low : float, ndarray, optional
           Lower boundary of the output interval.  All values generated will be
           greater than or equal to low.  The default value is 0.
       high : float, ndarray, optional
           Upper boundary of the output interval.  All values generated will be
           less than high.  The default value is 1.0.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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


Reply via email to